Which are Open source lafs[look n feel] for java swing application?
Open source laf[look n feel] for java swing application
Asked Answered
Here is a great answer on another question: Java Look & Feel
Edit:
Don't forget the system look and feel:
try
{
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
Substance LAF from Kirill Grouchnikov is the best I know.
Here is a great answer on another question: Java Look & Feel
Edit:
Don't forget the system look and feel:
try
{
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
© 2022 - 2024 — McMap. All rights reserved.