About: About Caoyuan's Blog
Browse by time:
- January 2010 (3)
- December 2009 (3)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (4)
- July 2009 (1)
- June 2009 (3)
- May 2009 (1)
- April 2009 (2)
- March 2009 (3)
- February 2009 (15)
- January 2009 (2)
- December 2008 (4)
- November 2008 (5)
- October 2008 (6)
- September 2008 (1)
- August 2008 (1)
- July 2008 (5)
- June 2008 (1)
- May 2008 (4)
- April 2008 (5)
- March 2008 (7)
- February 2008 (5)
- January 2008 (7)
- December 2007 (8)
- November 2007 (3)
- October 2007 (8)
- September 2007 (4)
- August 2007 (6)
- July 2007 (5)
- June 2007 (1)
- May 2007 (4)
- April 2007 (8)
- March 2007 (3)
- February 2007 (3)
- January 2007 (2)
- December 2006 (2)
- November 2006 (4)
- October 2006 (1)
- September 2006 (2)
- August 2006 (1)
- July 2006 (2)
- June 2006 (5)
- May 2006 (6)
- April 2006 (7)
- March 2006 (2)
- December 2005 (4)
Better Look&Feel of NetBeans on Mac OS
NetBeans 6.7M2 is going to be public available soon, the new look&feel on Mac OS is very awesome. BTW, -Dapple.awt.graphics.UseQuartz=true is a must option for best font-rendering on my macbook. I added it to netbeans.conf as -J-Dapple.awt.graphics.UseQuartz=true. Here is a snapshot of my current screen when working on Erlang plugin in Scala:
Click on the picture to enlarge it:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss

Comments
That looks a lot better than NetBeans 6.5! Is 6.7 the same as 7.0? I just looked on the NetBeans page, and could only find references to 7.0M1.
Also, does the Scala plugin work with that one? From the screenshot, it seems like it does.
@Robert Kosara
Netbeans 6.7 is the new 7.0... they decided that there were not enough new features to warrant the version jump. So, now it goes: 6.5, 7.0 M1, 6.7M2
Robert,
Scala plugin almost work with 6.7M2, but there is a know bug of the debugger part, which may throw exception when you try to pick a val. This has been fixed in trunk.
There are some bug fixes for plugin too. For example, set breakpoint in body of Trait is now supported.
Loooks really great on Mac. Just one issue: I tried NetBeans Dev Build 20090222, and it there is a unified title + toolbar, but not really: the window cannot be moved by holding the toolbar. Is there a way to get a real Mac unified title + toolbar? If not, I think it would be better to let title and toolbar be separated.
This looks horrible compared to the screenshot on this site: http://blogs.sun.com/stan/resource/laf/nbdev.png
I dislike the titlebar, but it's still a progress.
Nice! I've started using Netbeans 6.5 recently and have been really pleased. Does using "-J-Dapple.awt.graphics.UseQuartz?=true" apply to 6.5 as well?
@Stefan, What's did you mean unified title+toobar? what I see on my computer it works as I want.
@Drake, I have to say only the titlebar is a bit dark. Comparing to that another one, I think he took the snapshot without selecting it as a current window.
@Jeremy, -J-Dapple.awt.graphics.UseQuartz?=true should also work for NetBeans 6.5
@Jeremy: On http://blogs.sun.com/stan/resource/laf/nbdev.png you can see that title and toolbar is one area. You should be able to move the window by clicking anywhere in that unified area. Couldn't do that with Dev Build 20090222 (on Leopard).
@Caoyuan: Sorry, last comment was for you. I am using Java 6 as default Java.
@Stefan, yes, you are right, in current build, title and title-bar are two parts.