Answer the question
In order to leave comments, you need to log in
What causes incorrect Swing UI generation in Netbeans IDE?
When building the project skeleton in Netbeans IDE, I used a graphical form designer. Visually, I liked the design from the Swing library (the preview is before compilation - picture on the right), but after compilation I got a pretty terrible compiled version (picture on the left). What is the problem? What have I done wrong?
Just in case: OS Windows 7 64-bit, Netbeans 7.4
Answer the question
In order to leave comments, you need to log in
Try playing L&F
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
new NewJFrame().setVisible(true);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question