3.3.4简单密匙管理模块 该模块的功能是修改密匙设置,用户可根据自己的实际需要自行设定密匙.其运行效果如图3-4所示.
其实现代码如下所示: class PopOutDialog extends Frame implements ActionListener {TextField text;Panel p;Button confirm;Button cancel;Label lab;public PopOutDialog(){ setVisible(true);setBounds(Facade.dim.width/2-200,Facade.dim.height/2-100,500,70); setTitle("修改密钥");this.setBackground(Color.pink); p=new Panel();text=new TextField("请输入你的密钥最大4个汉字
首页 上一页 5 6 7 8 9 下一页 尾页 8/9/9