Java Swing UIManager useLNF()

Here you can find the source of useLNF()

Description

use LNF

License

Apache License

Declaration

public static void useLNF() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static void useLNF() {
        try {//from   w w w  . java  2  s . c  om
            javax.swing.UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel");
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    }
}

Related

  1. shouldUpdateStyle(PropertyChangeEvent event)
  2. showDirSelect()
  3. showToolTip(Component contents, int x, int y, final int dismissDelay, int initialDelay)
  4. systemLF()
  5. traceSubstanceApiUsage(Component comp, String message)
  6. useLnf(String lnfClassName)
  7. usingLnf(String lnfClass)
  8. usingMetalLnf()
  9. usingOcean()