摘要: switch 的参数只能是byte,char,short,int型的,其他的都不可以 阅读全文
posted @ 2007-10-22 14:04 彼岸Elan 阅读(251) 评论(0) 推荐(0)
摘要: import java.awt.*; import java.io.*; import java.awt.event.*; public class ReadFile implements ActionListener{ static ReadFile bf; static Frame f; static Button bopen=new Button("浏览"); ... 阅读全文
posted @ 2007-10-22 13:57 彼岸Elan 阅读(579) 评论(0) 推荐(0)