Package com.nuix.nx

Class LookAndFeelHelper


  • public class LookAndFeelHelper
    extends java.lang.Object
    Helper utility to change the Java look and feel.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setWindowsIfMetal()
      Changes the current Java look and feel to "Windows" if it is currently "Metal".
      • 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

      • setWindowsIfMetal

        public static void setWindowsIfMetal()
        Changes the current Java look and feel to "Windows" if it is currently "Metal". You will usually want to call this early on to keep your script from having the default Java look.