문제

I use UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); to set a LAF and it works fine. But this time I also implemented a tray and it looks ugly - like Motif. How can I set LAF for the tray?

도움이 되었습니까?

해결책

The class you're probably using for this is java.awt.SystemTray.

The tray uses AWT, not Swing. You cant set the look and feel of it.

I think there is a duplicate of this somewhere on here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top