Menuscreen - SupressWarnings/LED-Board-Game-Collection GitHub Wiki
The menuscreen is shown when the application starts. It contains two arrows (upwards and downwards) and a smaller representation of which game is shown. The currently shown is selected by pressing Return and the application stopped by pressing Escape.
Structure
Every menuscreen contains two arrows on the left side showing up / down. On the right side of the screen a small representation of a game is displayed. By pressing the arrow-buttons the displayed game changes.
Code
The code for the basic structure is in the de.schulte.ledboard.gamecollection.menu, in the class Menu. The different gamemenus will later be moved to their specific packages, so far they are also in the Menu-class.