Netbeans's look on Ubunbu is ugly . Anyone fixed this. I try to use Elipse but it lack many Netbeans's features , hard to use when i used to Netbeans...

I read change Netbean's Look and Feel and change it but don't solve problems.

on Ubuntu

http://imgur.com/zmGKt

on Windows

http://imgur.com/aIz1D&9KlH8l

Result: I can't fix it but i found out : if Netbeans use font: Verana Sans 16 . it will look great. I don't remember but after when use some method fix in Netbeans config file (read in netbeans forums) then use Verana Sans 16 it solve my problem

Aptana: Now i am using Aptana. It is Eclipse's extension and it is better then Netbeans, you don't need bother with looks, or font on Ubuntu, Windows. It is code faster than netbeans in my opinion. When you get used to Aptana you don't dissapoinnt .

link|improve this question

55% accept rate
Could you please post a screenshot or at least explain what exactly is ugly? – Octavian Damiean Apr 14 '11 at 8:34
Font is ugly. Your netbeans don't happen this ? I read this on netbeans forum , a lot people ,too – meotimdihia Apr 14 '11 at 8:58
I don't use Netbeans but I'm an Ubuntu supporter which is why I'm eager to help you solve this problem. I'll install it and check it out. What Ubuntu version are you using? – Octavian Damiean Apr 14 '11 at 9:00
I use Ubuntu 10.10, and Netbeans 6.9, you can search google with keyword "netbeans gnome font" . – meotimdihia Apr 14 '11 at 11:39
Right. I've installed it on my 10.10 machine now and I can't spot anything special nor ugly. Please take a screenshot and post it in the question. – Octavian Damiean Apr 14 '11 at 17:49
show 3 more comments
feedback

8 Answers

in my opinion the best way for ubuntu users: the Nimbus skin for java applications

edit "netbeans_default_options" in netbeans.conf under [netbeans_installation_directory]/etc/ and insert the following right before the last quote:

--laf Nimbus -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd

tested on ubuntu 11.10 / 12.04 and works fine!

link|improve this answer
I can't find netbeans.conf under /etc in 12.04, is that path alright? – Christian Vielma May 4 at 19:30
sorry, i mean the etc folder under your netbeans installation. not the global etc folder! – Kevin Horst May 7 at 16:07
thank you man! That was it – Christian Vielma May 7 at 17:53
The last part -J-Dawt.useSystemAAFontSettings=lcd works for me also on 10.10! – VDest May 14 at 6:56
feedback

Try adding -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd to your netbeans.conf to take care of subpixel antialiasing.

Also, GTK look and feel has various issues, which the NetBeans team can do nothing about directly. Metal look and feel is less than pretty, but since its color and font settings can be customized by a NetBeans plugin (GTK gets its values from Gnome, and looks horrible if you're not actually running Gnome), you can do something about it.

I wrote this NetBeans plugin to set a customized Metal look and feel theme, to avoid using GTK look and feel. http://plugins.netbeans.org/plugin/17958/get-a-tan

It also changes the editor background to non-white, which you may or may not like (I hate black-on-white), but it's easy to change that back in the Options dialog. If you use it, you'll probably also want to set --laf javax.swing.plaf.metal.MetalLookAndFeel in netbeans.conf

link|improve this answer
feedback

This FAQ showy you how to set the look and feel for NetBeans. If the built in look and feels aren't acceptable for you, you could always add the JGoodies LAF library

link|improve this answer
This can't fix, you don't read my question. – meotimdihia Apr 16 '11 at 12:08
Why doesn't this work for you? If I add --laf com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel as an argument to my netbeans executable then the look and feel changes to nimbus. – Tim Sparg Apr 16 '11 at 17:13
feedback

I have the same problem I'm using Ubuntu 11.04, Netbeans 7.0, Sun JDK. I also tried with

netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dsun.java2d.noddraw=true -J-Xverify:none -J-Dawt.useSystemAAFontSettings=on"

export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"

I downloaded extra fonts in ubuntu, tried all the antialising there is. It just look better in Windows. I also tried Eclipse and in it the font is good.

link|improve this answer
feedback

I was in exactly the same situation not long ago but a little tinkering with the netbeans.conf file was all it required really...

First download and install the sun jdk6 with the usual...

sudo apt-get install sun-java6-jdk

The reason for this is simple, Sun jdk6 has much nicer font support. If your machine cant find that do:

sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk sun-java6-plugin

At this stage get/install Netbeans. After that:

locate `netbeans.conf`

it should bring back the following:

/etc/netbeans.conf
/usr/share/netbeans/6.9/etc/netbeans.conf
/var/lib/dpkg/info/netbeans.conffiles

do: sudo nano /etc/netbeans.conf

then add one of the following lines to netbeans_default_options="....

GTK:

com.sun.java.swing.plaf.gtk.GTKLookAndFeel

Metal:

com.sun.java.swing.plaf.metal.MetalLookAndFeel

Motif:

com.sun.java.swing.plaf.motif.MotifLookAndFeel

Windows:

com.sun.java.swing.plaf.windows.WindowsLookAndFeel

I personally chose the metal look; strangely I like the way Java Swing looks.

Repeat the same process for /usr/share/netbeans/6.9/etc/netbeans.conf

Restart Netbeans and you should have a far better looking Netbeans than the default Ubuntu look.

link|improve this answer
feedback

The only workaround I found was changing "Appearance/Fonts/Application font" from Ubuntu/11 to Sans/10. BTW: For me, sans looks better than default ubuntu.

link|improve this answer
feedback

I solved this problem by installing windows fonts, not only by apt-get install msttcorefonts...

Now I have problem with all linux fonts so I use Tahoma and Curier New globally, no Smoothing.

I made a script that will do all the required settings and installations. Tested on Gnome2 and KDE4.x

screenshot: enter image description here

http://i785.photobucket.com/albums/yy132/originalseed/Selection_001.png

Download from here:

http://www.megaupload.com/?d=R3KQXGI0

unpack, and do

sudo sh install.sh

In the zip file u will find a screen shot on how the font settings should be.
After install select Curier New in Netbeans as default font.

TEST THIS IN VIRTUAL BOX FIRST if your not shure.

link|improve this answer
How does this solve the actual problem the OP is having? The answer seems like a very elaborate "I like my fonts this way maybe you will too". – Inerdial Nov 26 '11 at 20:19
the fonts will look as Netbeans in windows, clear and not as on screenshot in the question, or I misunderstood the question. – Dr Casper Black Nov 26 '11 at 20:33
Except the Windows screenshot the OP posted doesn't use Courier New, and does use AA. – Inerdial Nov 26 '11 at 20:41
feedback

All the solutions above allow you to change the look and feel. But what you're looking for is making Netbeans Native to your system. Unfortunately this is not yet possible. Eclipse is native because its GUI is developed under SWT while Netbeans is developed using Java Swing.

If you want a better Netbeans interface, use KDE (Kubuntu) or Fedora.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.