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.
我正在使用 SwingX 标签进行图像选择/预览。 我需要同时显示文本和图标,但是当我设置图标时,文本消失了! 如何在 JXLabel 上的图标上显示文本?
谢谢
没有问题,有两种方法
1.正确的方式(在API中实现,好习惯,blablabla)
JLabel.setHorizontalTextPosition(JLabel.CENTER); // search for equivalent in SwingX
2.疯狂的方式来设置适当LayoutManager的位置JXLabel并将另一个放置JXLabel到所需的坐标Location
LayoutManager
JXLabel
Location