Here you can find the source of loadPlasticLnF()
public static void loadPlasticLnF()
//package com.java2s; //License from project: Open Source License import javax.swing.*; public class Main { public static void loadPlasticLnF() { try {//from ww w .j a va 2 s .co m UIManager.setLookAndFeel("com.jgoodies.looks.plastic.PlasticXPLookAndFeel"); } catch (Exception e) { } } }