A simple Java GUI application built using Java Swing.
The program allows users to enter text, copy it, style it, change colors, and move it using keyboard arrows.
- โ๏ธ Write text in a text field
- ๐ Copy text to a label
- ๐ Enable / Disable input field
- ๐จ Change text color (Red / Green)
- ๐ Text styling:
- Bold
- Italic
- Plain
- Underlined
- ๐พ Save button with confirmation message
- โจ๏ธ Move text using arrow keys (โ โ โ โ)
- Java
- Java Swing
- AWT Event Handling
| Action | Function |
|---|---|
| Copy Button | Copies text to label |
| Enable | Enables typing |
| Disable | Disables typing |
| Red / Green | Change text color |
| Checkboxes | Change text style |
| Arrow Keys | Move text |
| Save | Show success message |
javac quiz2.java
java quiz2