Class LookAndFeelHelper


  • public class LookAndFeelHelper
    extends java.lang.Object
    Helper class for dealing with look and feels.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAqua()  
      static boolean isMetal()  
      static boolean isSynth()  
      static boolean isWindows()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LookAndFeelHelper

        public LookAndFeelHelper()
    • Method Detail

      • isAqua

        public static boolean isAqua()
        Returns:
        true if the current look and feel is Aqua (Mac OS X)
      • isWindows

        public static boolean isWindows()
        Returns:
        true if the current look and feel is Windows
      • isMetal

        public static boolean isMetal()
        Returns:
        true if the current look and feel is Metal
      • isSynth

        public static boolean isSynth()
        Returns:
        true if the current look and feel is Synth