2021
Mail Cover Organizer
A Java desktop application for cataloging and managing collections of mail covers, with support for image attachments, categorization, and flexible export formats.
Java JavaFX JSON NetBeans
Overview
A desktop collection management application built in Java for organizing mail covers — philatelic items affected by unusual events (weather disturbances, military conflicts, historical incidents). The app allows collectors to build a structured, searchable catalog of their items.
Features
- Add individual mail cover entries with title, description, date, and category
- Attach images to entries for visual reference
- Organize entries by category for browsing and filtering
- Export the collection in client-specified formats
- Persistent storage via JSON
Technical Notes
Built with JavaFX for the desktop UI and JSON for data serialization. Project structure follows a standard NetBeans application layout.