Java eclipse WindowBuilder, change look and feel

redpois0n picture redpois0n · Aug 12, 2011 · Viewed 28.8k times · Source

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

Answer

Mohammad Banisaeid picture Mohammad Banisaeid · Oct 17, 2012

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.