|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfullscreen.NativeOSX
public class NativeOSX
This class dynamically hides/shows the menubar on osx systems.
You won't really need to use this directly.
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 |
---|
public NativeOSX()
Method Detail |
---|
public void setVisible(boolean visibility)
visibility
- True for show, false for hide.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |