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.jarfile from the repository. - Use
java -jar FloatingNotes.jarto run the application instantly. No additional setup required!
- Clone the repository to your local machine.
- Ensure that
StickyNoteManager.javais the main file for running the application. - Add the
json-simple-1.1.jarlibrary to the project's build path.

