小问

si_ren 2008-03-11 01:27:30

private void createGUI()
{
setDefaultCloseOperation(EXIT_ON_CLOSE);
Container window =getContentPane();
window.setLayout(new FlowLayout());
panel=new JPanel();
panel.setPreferredSize(new Dimension(300,200));
panel.setBackground(Color.green);
window.add(panel);

button=new JButton("press me");
window.add(button);
button.addActionListener(this);
}
这种东西是熟记于心还是每次复制黏贴
还是自然而然就会记住的
...全文
57 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
tdy1234 2008-03-11
  • 打赏
  • 举报
回复
自然记住的
haoxiongok 2008-03-11
  • 打赏
  • 举报
回复
熟能生巧

62,623

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧