This program is made to randomly select numbers from selected range.
Possible uses:
- It can be used as the dice in the game (i.e. when range is limited to 1-6).
- It can be used for education - the student can say the number that is shown on the screen.
Program uses custom GUI design, based on the Java Swing GUI. Initial range is selected as 0-100. User can push a button to select new number randomly. Number will be shown on the screen. Selection of numbers range can be made. Numbers can be from 0-1,000,000. Program checks that proper range is selected and informs user, if number outside of allowed range is entered.
Dictionary: GUI - Graphical User Interface