Creating a Custom Java Desktop Database Application – NetBeans 6.7 Tutorial
Creating a Custom Java Desktop Database ApplicationThis tutorial guides you through the creation of a complete desktop database application that enables its user to browse and edit customer records and purchase history. The resulting application includes the following main features:
* A main view that enables users to browse customer records and customer purchases.
* A search field for the customer records.
* Separate dialog boxes for entering new records or modifying existing records.
* Code to interact with multiple related database tables.