如何在java框架中的按钮上添加多行作为文本

时间:2018-04-21 20:11:18

标签: java swing frameworks

我想添加一个名称为hello world的按钮,我希望在按钮文本中hello将出现在顶部,然后在另一行上将出现,所以要在按钮文本中更改以完成该操作

1 个答案:

答案 0 :(得分:0)

您可以在JButton

的文字中使用html
new JButton("<html>hello<br>world</html>")