Question

I found a picture - java swing nimbus.enter image description here There they use non-standard JTabbedPane. I want such custom JTabbedPane! What lib should I use for that? Can you advise lib like that?

Était-ce utile?

La solution

Nimbus is a type of look an feel in swing and you can set it as follows

UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top