Java Look and Feel System

import javax.swing.UIManager;
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
leonderdunna