public class NBox { public static void main(String args[]) { try { UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName()); }catch (Exception e) {} TBox test=new TBox("Attempt", 400, 300); } }