Pregunta

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?

¿Fue útil?

Solución

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");
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top