Skip to main content

Kirill Grouchnikov: New Mariner skin for Swing applications

Kirill Grouchnikov writes about the New Mariner skin for Swing applications:

In addition to providing platform-specific key bindings, bug fixing and better integration with the Flamingo component suite, Substance 6.1 (code-named Trinidad) will introduce a new skin named Mariner. To use the new skin in your application, you have the following options: * -Dswing.defaultlaf=org.jvnet.substance.api.skin.SubstanceGeminiLookAndFeel; * UIManager.setLookAndFeel(new SubstanceGeminiLookAndFeel())...

Community: