Your lightweight Notepad(and more coming soon) built in Java with Swing and FlatLaf, supporting file operations, undo/redo, dark mode, and more.
- Open, save, and edit all files
- Dark/light mode toggle
- Basic notepad functionality
- We all love java, and notepad, here's a notepad in your favorite language
- Dark mode :)
- Code syntax highlighting (TBD)
- More features coming soon!
- Add your own features and submit a pull request!
via source code:
- Clone the repo:
git clone https://github.com/yourusername/notepad-clone.git - Add FlatLaf dependency (Maven/Gradle):
- Maven:
<dependency><groupId>com.formdev</groupId><artifactId>flatlaf</artifactId><version>3.6</version></dependency>
- Maven:
- Run
Main.java.
via jar:
- Download the latest jar
- Run the jar with
java -jar notepad-clone.jar.
exe:
- Download the latest exe(thanks to Launch4j)
- Run the exe.
Fork the repo, create a branch, and submit a pull request. I'd love to see your features and improvements!
open source, but havent decided on a license yet.
- Here on github
- Twitter: @shinobi_code