I have a project were i used custom icons for botton and other options for the look (inspired from tutorial on youtube). I know that launching the project using a Main.java class will generate a jar file that i need.(i use in the Main.java new PrincipalFrame().setVisible(true); ) What i don't understand is why the look of the application is different from when i use the run (left cursor then run ) the run gives me the design i did on the designer view on netbeans but the main gives me (what i feel) a basic or standard view (like win98).
Please help me
that an image when i use the Main
that the image of when i use run