2016年1月8日

ComboBox的设置和监听

摘要: import java.applet.*;import java.awt.*;import java.awt.event.*;import javax.swing.*;public class ComboBox extends Applet{ String str[]={"计算机1班","计算... 阅读全文

posted @ 2016-01-08 19:07 13rj1115 阅读(1129) 评论(0) 推荐(0) 编辑

JButton的监听

摘要: import java.applet.*;import java.awt.*;import java.awt.event.*;import javax.swing.*;public class Hello extends Applet{ JButton bt=new JButton("OK")... 阅读全文

posted @ 2016-01-08 18:38 13rj1115 阅读(526) 评论(0) 推荐(0) 编辑

导航