Simple TODO List App in Java Swing
Explore the repository »
View Code
·
Report Bug
·
Request Feature
Table of Contents
jNotesSwing is an open-source GUI note taking app coded entirely in Java. The UI is built using Swing and NetBeans as GUI Builder. The app relies mainly on the JTable component to store and deal with items. You can support the development of jNotesSwing. Star this repository! 🌟
- Very lightweight (18 KB only)
- Runs on every major OS (Windows, Linux, MacOS) from a single executable (.jar)
- Easy interface with a clean design
- You can export and import notes to/from different devices
- You can sort notes using alphabetic order (ascending or descending)
- Download the JAR file from the releases section.
- Run the downloaded file (Make sure you have JRE)
- Use the + button to add and the - button to remove notes.
- Use the recycle bin icon to clear all notes, double click items to edit.
- Use the X button to close.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License. See LICENSE
for more information.
Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com
Project Link: https://github.com/jihedkdiss/jNotesSwing