Exemple #1
0
 /** Returns true if we're using the Ocean Theme under the MetalLookAndFeel. */
 public static boolean usingOcean() {
   if (isMetalLookAndFeel()) {
     return (MetalLookAndFeel.getCurrentTheme() instanceof OceanTheme);
   }
   return false;
 }