Lab Exercise#3: Write a javafx project to implement the GUI design given in figure 4 which is a 10x10 matrix of textfiel
Posted: Fri May 20, 2022 1:45 pm
Lab Exercise#3: Write a javafx project to implement the GUI design given in figure 4 which is a 10x10 matrix of textfields each contains 0 or 1 randomly. Use a loop to generate a random integer between 0 and 1, convert it into a string and put it into a textfield which should be added into its specific place in a gridpane. - O 1 0 0 0 RandomBin x B 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 100 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 1 0 1 0 0 1 figure 4