显然构造函数:JButton(String text, Icon icon)
Creates a button with initial text and an icon.
创建的按钮是icon在左,text在右的.
如何才能使icon在上,而text在下呢?如果能设置他们之间的距离那就再好不过了!!
...全文
1783打赏收藏
关于JButton 中icon 和 text 的位置问题?
显然构造函数:JButton(String text, Icon icon) Creates a button with initial text and an icon. 创建的按钮是icon在左,text在右的. 如何才能使icon在上,而text在下呢?如果能设置他们之间的距离那就再好不过了!!