Search code examples
javaswinglook-and-feeljtabbedpane

What lib (custom JTabbedPane) is used on this picture?


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?


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");