public interface FirstWindowInitIfc
Modifier and Type | Method and Description |
---|---|
void |
initMenuBar()
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.
|
void initMenuBar()
void setVisible(boolean visible)
visible
- boolean true for window to become visible, false to become hidden