基本上,问题就是这样,我想为每个字符串添加一个新行... 40-50个字符串,我不知道它究竟有多大。谢谢你的帮助
答案 0 :(得分:1)
将文字包装在<html> </html>
中,然后使用.setMaximumSize
,它应该有效
由于您不希望更改标签的最大尺寸,请在HTML
中试用 jLabel1.setText("<html><body width=200>some reallly long string some reallly long string some reallly long string some reallly long string some reallly long string some reallly long string some reallly long string some reallly long string some reallly long string</body></html>");
其中
width=200
涉及200像素宽