Hello sir,
Here we are submitting final code for AIS,
Highlights of final submission:
1. We used JTables to display flight Available
2. All attributes are made private.
3. User manual.
4. Separated Db logic from UI logic.
5. Used package name: edu.scit.ais
We solved this problem using JTable
>>You just have to
>>add the components based on your business logic to the appropriate parent
>>component (the component which contains your text boxes, labels, etc).
Dynamic rows depends upon data retrieved from DB
>>It might also be good design to place all your components in a JPanel, such
>>that the JPane is put in the JFrame.
>>There are still a lot of class attributes that are not private.
All most all the attributes are made private.
>>Also seperate your db logic from the UI logic by putting it in a separate
>>class.
Please review code & give us suggestions,
Thank you,
mahesh