Interface FirstWindowInitIfc

All Known Implementing Classes:
GeographicalMap, StationListViewer

public interface FirstWindowInitIfc
This interface is for window displays that can be first windows for YAAC, where the GUI has to be established before the menus can be created.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Phase 2 of initializing the GUI (stuff that needs the GUI property of the main YAAC object to be already initialized).
    void
    setVisible(boolean visible)
    Make this window visible or hidden.
  • Method Details

    • initMenuBar

      void initMenuBar()
      Phase 2 of initializing the GUI (stuff that needs the GUI property of the main YAAC object to be already initialized).
    • setVisible

      void setVisible(boolean visible)
      Make this window visible or hidden.
      Parameters:
      visible - boolean true for window to become visible, false to become hidden