Question: In Java create a GUI called NumbersGUI. The NumbersGUI should have a GridLayout of three rows and three columns. For the numbers 1 to 100,
In Java create a GUI called NumbersGUI. The NumbersGUI should have a GridLayout of three rows and three columns. For the numbers 1 to 100, fill the numbers into the cells of the GridLayout so that the first cell (top left or cell [1,1]) contains those numbers that are evenly divisible by 2. Cell [1,2] those that are evenly divisible by 3, cell [1,3] those that are evenly divisible by 4, cell [2,1] those that are evenly divisible by 5 and so forth. Obviously, one number may appear in more than one cell.
You should have two files to submit for this assignment:
Project1.java
NumbersGUI.java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
