Perhaps for this assignment, or perhaps just for fun and instruction, I would like to find out how to do some things with JTable that I haven't been able to figure out. Keep in mind I am quite new to JFC/Swing and am just learning it for the first time in the context of the Developer assignment.
I was thinking about having a 'Book Flight' button on every row listing the flights on the main screen of the app. Clicking on that button would bring up a dialog box where the user would enter information to book the flight he/she selected.
Another, more general, question I've got is what is the 'standard' or generally accepted idea for doing form transitions in a Swing application. An example of what I mean is you have say a main screen (eg. shows the flights available), and from there you fo to the booking screen, and from there you may go back to the flight screen or to some sort of confirmation screen. Using tools like Access or just with HTML, the practice for doing this is well established. But I am not sure what one is supposed to do in Swing...
Either generic code example illustrating how one should implement these kinds of features, or simply a good reference to a book that goes into that kind of thing would be helpful (note I do have Core
Java Volume II, but it does not seem to go into enough detail for my tastes).
Thanks,
Vlad