Java eclipse WindowBuilder, change look and feel

后端 未结 5 1416
难免孤独
难免孤独 2020-12-10 15:17

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<

5条回答
  •  遥遥无期
    2020-12-10 15:25

    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.

提交回复
热议问题