Package ui
Class MacUI
java.lang.Object
ui.MacUI
This is the class responsible for handling some Mac specific code for the User Interface.
Much of this code (for java versions before 9) contributed by Tobias Fröschle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
setFullScreen
(MonitorGui gui, GraphicsDevice device, int version) static final void
setLAF
(int version, MonitorGui gui) try to set the mac LAF,
-
Constructor Details
-
MacUI
public MacUI()
-
-
Method Details
-
setLAF
try to set the mac LAF,- Parameters:
version
- the major version of java. As of version 9, the apple extensions are no longer used!gui
-
-
setFullScreen
-