Passing Dialog Input to the Main View and Database
2008-05-27 20:47:20
This is the fourth in a series of posts on creating a Java database application. In my last few posts, I've created a desktop database application by starting with skeleton code generated by the IDE and providing my own customizations, including adding a dialog to use for data entry and binding those fields with a table on the main form. In this post, I finish coding the connection between the dialog and the main form. I'll also add an Edit Client button and its corresponding Action code to the main form.