fullscreen
Class NativeOSX

java.lang.Object
  extended by fullscreen.NativeOSX

public class NativeOSX
extends java.lang.Object

This class dynamically hides/shows the menubar on osx systems.

You won't really need to use this directly.

Author:
hansi

Constructor Summary
NativeOSX()
           
 
Method Summary
 void setVisible(boolean visibility)
          Shows/Hides the menubar on osx
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeOSX

public NativeOSX()
Method Detail

setVisible

public void setVisible(boolean visibility)
Shows/Hides the menubar on osx

Parameters:
visibility - True for show, false for hide.


processing fullscreen api library by hansi, 2009.