-
startGameButton
javax.swing.JButton startGameButton
The "Start Game" button
-
gameChooser
javax.swing.JComboBox<E> gameChooser
The chooser (also called drop-down menu) with names of different games
-
gameController
GameController gameController
The game controller associated with the GameView
-
gameView
GameView gameView
The game view on this panel
-
guiPanel
javax.swing.JPanel guiPanel
The panel with the gui-gadgets on this panel
-
gameFactory
IGameFactory gameFactory
This is the factory which creates GameModels for us