Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Lab with Actions
- Modify RotatableWord project you completed for homework 9.
- Modify the ButtonFrame class.
- Add a JMenuBar with a menu "Rotate" that contains JMenuItems for "Left" and "Right."
- Use Action to encapsulate the desired action, and use the same action
- in both the menu and for the buttons.
- Submit the modifed ButtonFrame.java class and any Action classes you create.
Add Comment
Please, Sign In to add comment