Class GuiOsAdapter

java.lang.Object
org.ka2ddo.yaac.gui.os.GuiOsAdapter

public class GuiOsAdapter extends Object
This class provides support methods for O/S-specific initialization of the UI.
Author:
Andrew Pavlin, KA2DDO
  • Constructor Details

    • GuiOsAdapter

      public GuiOsAdapter()
  • Method Details

    • osSpecificInitGui

      public static void osSpecificInitGui(MainGui mainGui)
      Do any Java AWT/Swing overall GUI initialization specific to a specific operating system. Note this is called from the constructor for MainGui, so you cannot call the YAAC.YAAC.getGui() method, nor call any other methods that internally use YAAC.YAAC.getGui(); you must use the passed-in instance of MainGui.
      Parameters:
      mainGui - MainGui singleton instance for this process