Class PlasticXPLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

    public class PlasticXPLookAndFeel
    extends Plastic3DLookAndFeel
    Intializes class and component defaults for the JGoodies PlasticXP look&feel.
    Version:
    $Revision: 1.17 $
    See Also:
    Serialized Form
    • Constructor Detail

      • PlasticXPLookAndFeel

        public PlasticXPLookAndFeel()
        Constructs the JGoodies PlasticXP look&feel.
    • Method Detail

      • initClassDefaults

        protected void initClassDefaults​(javax.swing.UIDefaults table)
        Initializes the PlasticXP class defaults. Overrides the UIS for check box, radio button, and spinner.
        Overrides:
        initClassDefaults in class PlasticLookAndFeel
        Parameters:
        table - the UIDefaults table to work with
        See Also:
        BasicLookAndFeel.getDefaults()
      • initComponentDefaults

        protected void initComponentDefaults​(javax.swing.UIDefaults table)
        Initializes the PlasticXP component defaults.
        Overrides:
        initComponentDefaults in class Plastic3DLookAndFeel
        Parameters:
        table - the UIDefaults table to work with
      • getToggleButtonCheckColor

        private static javax.swing.plaf.ColorUIResource getToggleButtonCheckColor()