Package ui

Class MacUI


public class MacUI extends Object
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 Details

    • MacUI

      public MacUI()
  • Method Details

    • setLAF

      public static final void setLAF(int version, MonitorGui gui)
      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

      public static final void setFullScreen(MonitorGui gui, GraphicsDevice device, int version)