Skip to content

MJTech46/SWING-Notepad

Repository files navigation

SWING-Notepad

Swing Notepad is a simple text editor built using Java's Swing framework. It allows users to create, open, and save text documents on their PC or laptop.

Features

  • Create New Documents: Start a new text document from scratch.
  • Open Existing Documents: Open and edit previously saved documents.
  • Save Documents: Save your current work to a file for future use.

Screenshots

Screenshot

Getting Started

Prerequisites

  • Ensure you have Java installed on your system.

How to Run

  1. Clone the repository:

    git clone https://github.com/MJTech46/SWING-Notepad.git
  2. Navigate to the project directory:

    cd SWING-Notepad
  3. Compile and run the program:

    javac SwingNotePad.java
    java SwingNotePad

Contributing

Contributions are welcome! Please fork this repository and submit a pull request for any feature enhancements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

I'm trying to make a GUI Notepad app using Swing framework of Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages