This is a simple mailing app that allows you to send emails to multiple recipients at once. It is built using Java. The app is built for the purpose of final project of the course "Object-Oriented Programming 2". The database structure is stored locally using an Oracle database.
src
└── main
├── database # Contains database files
│ ├── driver # Contains the driver used to connect to the database
│ └── sqlfiles # Contains SQL files used to create the database needs
├── java
│ ├── gui # Contains GUI files
│ ├── models
│ │ ├── objects # Contains objects used in the app
│ │ └── views # Contains views used in the app
│ │ └── inboxtable # Contains classes required for inbox table
│ ├── utils # Contains utility files
│ └── Konsmail.java # Main runner class
└── resources
└── images # Contains images used in the app
The main window is not resizable, the resolution is fixed at 1366x768.
These are the people who contributed to the project:
Nr | Name | NIM |
---|---|---|
1 | Nara | -091 |
2 | Edward | -067 |
3 | Patrick | -078 |