JFrame.setDefaultLookAndFeelDecorated(true);
843805Mar 16 2006 — edited Mar 16 2006Hi Guys
I am using QuaquaLookAndFeel and i want the Frame to be decorated. When i complie and run the file inside NetBeans, it works fine but when i create a jar file and run it the frame is not decorated.
why?