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