japplemenubar
Class JAppleMenuBar

java.lang.Object
  extended by japplemenubar.JAppleMenuBar

public class JAppleMenuBar
extends Object

Starting point for the application. General initialization should be done inside the ApplicationController's init() method. If certain kinds of non-Swing initialization takes too long, it should happen in a new Thread and off the Swing event dispatch thread (EDT).

Author:
hansi

Constructor Summary
JAppleMenuBar()
           
 
Method Summary
 void setVisible(boolean visibility)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAppleMenuBar

public JAppleMenuBar()
Method Detail

setVisible

public void setVisible(boolean visibility)


processing fullscreen api library by hansi, 2009.