im coding a program using windowbuilder in eclipse. I would like to have help with changing the design (Look and feel) from metal to windows. How would i do that? thank you
In Eclipse go to
Window > Preferences > WindowBuilder > Swing > LookAndFeel
and tick
Apply choosen LookAndFeel in main() method.
This way whenever you change the look and feel in WindowBuilder's design view, it will be applied in the code.