List of usage examples for javax.swing.plaf.metal MetalLookAndFeel subclass-usage
From source file MyLookAndFeel.java
class MyLookAndFeel extends MetalLookAndFeel { protected void initSystemColorDefaults(UIDefaults table) { super.initSystemColorDefaults(table); table.put("info", new ColorUIResource(255, 255, 225)); } }
From source file org.jets3t.gui.skins.html.SkinnedLookAndFeel.java
/**
* A specialisation of the default Metal theme that allows specific colours and
* fonts to be used instead of those in the Metal theme.
* <p>
* This class controls:
* <ul>