05 2021 档案

摘要:1 package t1; 2 import javax.swing.*; 3 public class Test5 extends JFrame { 4 JTextField jtf=new JTextField("该文本框不可编辑",30); 5 static JPasswordField jp 阅读全文
posted @ 2021-05-24 13:56 李家宇 阅读(73) 评论(0) 推荐(0)
摘要:1 import javax.swing.*; 2 public class Test2 extends JFrame { 3 4 public static void main(String[] args) { 5 6 Test2 jfrm=new Test2(); 7 ImageIcon ic= 阅读全文
posted @ 2021-05-20 18:21 李家宇 阅读(155) 评论(0) 推荐(0)
摘要:1 package t1; 2 import javax.swing.*; 3 import java.awt.*; 4 import javax.swing.border.TitledBorder; 5 public class Test1 { 6 7 public static void mai 阅读全文
posted @ 2021-05-19 21:23 李家宇 阅读(70) 评论(0) 推荐(0)