* @param args
*/
public static void main(String[] args) {
System.setProperty("apple.laf.useScreenMenuBar", "true");
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Nengo");
Application application = new DefaultApplication();
NengoGraphics ng = new NengoGraphics();
ng.setApplication(application);
//if (AyatanaDesktop.isSupported()) {
// ApplicationMenu.tryInstall(ng);