如何使用文本上方的图标在Swing中创建JButton?
这样做:
button.setVerticalTextPosition(SwingConstants.BOTTOM); button.setHorizontalTextPosition(SwingConstants.CENTER);