2022年8月7日

下拉框,列表框

摘要: 下拉框 列表框 阅读全文

posted @ 2022-08-07 18:50 大风吹过12138 阅读(44) 评论(0) 推荐(0)

图片按钮,多选框,单选框

摘要: public class JButtonDemo01 extends JFrame{ public JButtonDemo01(){ Container contentPane = this.getContentPane(); URL url=JButtonDemo01.class.getResou 阅读全文

posted @ 2022-08-07 18:27 大风吹过12138 阅读(26) 评论(0) 推荐(0)

文本域JScroll面板

摘要: 1 public class JScrollDemo extends JFrame { 2 public JScrollDemo(){ 3 Container container = getContentPane(); 4 JTextArea jTextArea=new JTextArea(20,4 阅读全文

posted @ 2022-08-07 16:11 大风吹过12138 阅读(23) 评论(0) 推荐(0)

Icon,ImageIcon标签

摘要: 1 public class IconDemo extends JFrame implements Icon { 2 int width; 3 int height; 4 public IconDemo(){ 5 } 6 public IconDemo(int width,int height){ 阅读全文

posted @ 2022-08-07 04:03 大风吹过12138 阅读(250) 评论(0) 推荐(0)

导航