easyrider
easyrider

Reputation: 701

How to change NetBeans 7.0 UI font?

& I don't want to break my app...

Have anybody tried:

"--laf javax.swing.plaf.metal.MetalLookAndFeel --fontsize 14 -J-Dswing.aatext=true -J-Dswing.metalTheme=steel -J-Dswing.plaf.metal.controlFont=Dialog-plain-14" in the netbeans_default_options in Netbean configuration file located at /opt/netbeans/etc/netbeans.conf

?

Upvotes: 3

Views: 5758

Answers (2)

WonderLand
WonderLand

Reputation: 5674

It works, don't worry about broke the ide you can revert the changes ... ( take a copy of nebeans.conf or just comment with # )

Official Guide: http://wiki.netbeans.org/FaqFontSize

Upvotes: 6

BillRobertson42
BillRobertson42

Reputation: 12883

Normally, if I want to change the font in Netbeans, just go to the options menu and then open the "Fonts & Colors" section. Is there a reason you don't want to do that?

Upvotes: -1

Related Questions