We can start NetBeans 6.5 with the new Nimbus look and feel if we use JDK 1.6.0_10. We only have to use the command line parameter --laf Nimbus when we start NetBeans 6.5. So if we invoke netbeans --laf Nimbus NetBeans starts with the Nimbus look and feel. The following screenshot shows the Options dialog window with the Nimbus look and feel:


4 comments:
It looks nice, but font is too large...
The font size of the editor of something I set myself.
Thanks for this!
@Mišo: netbeans --fontsize 15 --laf Nimbus
Even with Fontsize option --fontsize 11 in netbean.conf Menu text font, project explorer font all look too big, the above mentioned option is not getting applied to all fonts of the editior(Menu text etc.).
Please help.
Post a Comment