The JMenu class is actually a subclass of JMenuItem. This means that nested menus can be created by placing one JMenu inside another. Add an Adjust menu to the menu bar. Nest within it a Rotate menu that allows the image to be rotated either 90 or 180 degrees, clockwise or counterclockwise. Implement this functionality. The Adjust menu could also contain menu items that invoke the existing Larger and Smaller functionality, for instance.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.