Class PlasticXPIconFactory


  • public final class PlasticXPIconFactory
    extends java.lang.Object
    Factory class that vends Icons for the JGoodies Plastic XP look&feel. These icons are used extensively in PlasticXP via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes.

    Each method in this class returns either an Icon or null, where null implies that there is no default icon.

    Version:
    $Revision: 1.13 $
    • Constructor Detail

      • PlasticXPIconFactory

        private PlasticXPIconFactory()
    • Method Detail

      • getCheckBoxIcon

        static javax.swing.Icon getCheckBoxIcon()
        Lazily creates and returns the check box icon.
        Returns:
        the check box icon
      • getRadioButtonIcon

        static javax.swing.Icon getRadioButtonIcon()
        Lazily creates and returns the radio button icon.
        Returns:
        the check box icon