设置JButton的大小
2010年3月6日
没有评论
设置JButton的大小
当你使用setSize(10,10)这个方法不行时,试试下面的方法吧..
你的按钮.setPreferredSize(new Dimension(宽,高));
you can also see http://forums.sun.com/thread.jspa?threadID=5117770
设置JButton的大小
当你使用setSize(10,10)这个方法不行时,试试下面的方法吧..
你的按钮.setPreferredSize(new Dimension(宽,高));
you can also see http://forums.sun.com/thread.jspa?threadID=5117770
最近评论