/JPad

JPad is my very own text editor, developed in Java using Swing and AWT. The editor supports opening and saving files, changing fonts, and more.

Primary LanguageJavaMIT LicenseMIT

JPad

JPad is my very own text editor, developed in Java using Swing and AWT. The editor supports opening and saving files, changing fonts, and more.

Getting Started

Prerequisistes

Before starting, make sure you have java installed on your machine.

Installation and Running

To compile the project, use the command

javac *.java

To run JPad, use the command

java Driver

Contributing

Issues and Pull Requests (PRs) are welcome. If you notice any unexpected behavior, please report it by creating an issue and providing as accurate a description of the issue as possible, along with steps to reproduce the issues. If you want to contribute, feel free to open a pull request. For major changes, it is best to open an issue first and discuss changes before proceeding.