When I design a JDialog (here using JGoodies FormLayout) there is a big different between design time and runtime. Runtime is the bottom one with Nimbus LookAndFeel applied. Is it possible to apply Nimbus on design time or how should I make a more "responsive" GUI?
Asked
Active
Viewed 203 times
1
-
Take a look at http://stackoverflow.com/a/12933980/274350 for how to apply the chosen WindowBuilder LookAndFeel to program at runtime. – Richard Neish Apr 30 '15 at 18:17
-
Thanks. Not that this question was how to apply LaF in runtime, but you lead me to the answer anyway. – Stig Apr 30 '15 at 19:47
-
Oh, yes, you want to change the design-time view. Glad I could help, anyway. – Richard Neish Apr 30 '15 at 20:53
1 Answers
2
I found it. To apply LaF in design mode just choose it from toolbar above the designer.

Stig
- 1,974
- 2
- 23
- 50