import javax.swing.*; import com.sun.java.swing.plaf.windows.*; public class G106WinLF{ public static void set() { try { UIManager.setLookAndFeel(new WindowsLookAndFeel()); } catch (Exception e) { e.printStackTrace(); } } }