会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LesileCheung
博客园
首页
新随笔
联系
管理
订阅
2018年5月25日
java界面设计3/// 各位大神,请看看我理解的对吗?该如何理解以及思路
摘要: import java.awt.*; public class ButtonDemo{ public static JPanel createMainPanel(){ JPanel mainPanel=new JPanel();//mainPanel:中间容器 JPanel panel1=new JPanel();...
阅读全文
posted @ 2018-05-25 17:11 LesileCheung
阅读(107)
评论(0)
推荐(0)
2018年5月17日
java界面设计2
摘要: import javax.swing.*; public class JPaneDemo extends JPanel{ public JPanel part1(){ JPanel panel1=new JPanel(); panel1.add(new JLabel("请输入要猜测的数字"));//JLabel:标签 ...
阅读全文
posted @ 2018-05-17 10:45 LesileCheung
阅读(170)
评论(0)
推荐(0)
2018年5月16日
java,界面设计(请高手支招)
摘要: import javax.swing.*; public class MyFrame extends JFrame{ piublic MyFrame(){ this.setTitle("这是我第一个窗口"); this.setSize(300,300); this.setResizable(fals
阅读全文
posted @ 2018-05-16 13:13 LesileCheung
阅读(111)
评论(0)
推荐(1)
公告