2012年3月20日
摘要: 代码如下:import java.awt.FlowLayout;import java.awt.Frame;import java.awt.GridLayout;import javax.swing.BorderFactory;import javax.swing.ImageIcon;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;public class JFrameBackground extends JFrame {public 阅读全文
posted @ 2012-03-20 17:51 aparche 阅读(25286) 评论(0) 推荐(0) 编辑
摘要: 先调用setSize() 最后调用setVisible() 阅读全文
posted @ 2012-03-20 17:47 aparche 阅读(697) 评论(0) 推荐(0) 编辑