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?

Was it helpful?

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");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top