Java-based floating sticky note application for desktop. It allows users to create, edit, and delete notes, customize note colors, and stick notes to the desktop for quick access. This application offers a simple and intuitive interface built with Java Swing.
- Create, edit, and delete notes.
- Customize note colors to notes.
- Stick notes to the desktop for easy access.
- User-friendly interface.
- Download the
FloatingNotes.jar
file from the repository. - Use
java -jar FloatingNotes.jar
to run the application instantly. No additional setup required!
- Clone the repository to your local machine.
- Ensure that
StickyNoteManager.java
is the main file for running the application. - Add the
json-simple-1.1.jar
library to the project's build path.