Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有包含用 html 格式化的 jLabel 的对话框(作为安全措施......)。
我的英语不好,所以截图: NetBeans Form Editor Compiled result
如何解决此问题或如何在没有 html 的情况下使 jLabel 自动高度?
编辑: jLabel 是可翻译的,并且应该与任何文本的正常高度。
EDIT2: 添加了屏幕截图并忘记指定哪个 jLabel 是 HTML,作为安全措施... 表格
SwingUtilities.invokeLater(new Runnable() { @Override public void run() { pack(); } });
另一个包解决了这个问题。