The "Simple Paint Brush" is a Java-based drawing program implemented as an Applet. This program enables users to create and manipulate various shapes, including rectangles, lines, ovals, erasers, and pencils. The application features a user-friendly graphical user interface (GUI) with buttons for selecting different drawing modes and colors, making it accessible to individuals of all skill levels.
- Launch the application.
- Choose a drawing mode by clicking on the corresponding button (Rectangle, Line, Oval, Eraser, or Pencil).
- Select a color by clicking on the Red, Blue, or Green button.
- Optionally, toggle the "Fill Shape" checkbox to determine whether shapes should be filled.
- Click and drag the mouse to draw shapes on the Applet.
- Use the "Undo" button to remove the last drawn shape.
- Click "Clear All" to reset the Applet.
- Compile the Java code.
- Run the compiled code.
- Supports drawing of rectangles, lines, ovals, erasers, and pencils.
- Choose from different colors (Red, Blue, Green).
- Fill shapes option for solid drawings.
- Undo functionality to remove the last drawn shape.
- Clear All button to reset the drawing area.
Feel free to explore and enhance this simple paint brush application!