Use NetBeans to create a Java graphic application that asks theuser to enter one integer in the range [ 1 – 10 ] and displays thetable of multiplication corresponding to that number. Then theprogram offers indefinitely to enter another integer (and in thiscase the program will display the table of multiplication) OR toquit. The program implements the navigation between two forms.Rubric: Two forms connected to each other using clickable buttonsThe program informs the user of its capability to displaymultiplication tables The program reads the user input that is aninteger The program implements all the necessary clickable buttonsallowing the navigation in
OR
OR