In this problem we will try to learn and implement graphicaluser interfaces (GUI) applications in JAVA using Swing objects.What I need is to create a bunch of JFrames to provide several userinterfaces for operations. At the first screen, the user will haveto give your name, number of problems you want to solve, number ofdigits and operations you want to perform. The number of digits isthe maximum number of digits of a number. There will be an optionof random operation, this will generate any type of arithmeticoperation randomly. After choosing an operation, problems will beappearing one after another in the screens
OR
OR