Question: Need help solving this problem using Javafx and JOptionPane please, thank you so much in advance! Problem 03: Maddening Matrices (2 points) For this problem


Need help solving this problem using Javafx and JOptionPane please, thank you so much in advance!
Problem 03: Maddening Matrices (2 points) For this problem you will need to request some user information. You may NOT use the console to do this. I suggest taking a look at the JOptionPane class in the Java API. Ask the user for the size of an n x n matrix (rows and cols are equal) Display a picture like the one below with the following requirements The picture must have n rows and n columns of squares based on the user input. The color of each square must be randomly generated. o The alpha channel of each color (transparency value) must be a random value between 0.50 and 1.0. Each square must also be randomly rotated a number of degrees between 0 and 360. . The length of the sides of each square should be randomly generated and be a value between 25 and 75 pixels. Each square should be numbered from 1 to n 2 starting at the top, numbering from left to right, top to bottom. Each number should have a random color with no transparency (alpha channel value of 1.0) Each number should be rotated a random number of degrees between 0 and 360 4 4 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
