What's up all? I have a question for you... We've recently purchased a Java App from an outside company and took control of the source. They've written their own java app for building the GUI and reports. After using this, we've realized that it isn't that good, and would like to rewrite all the screens in the UI Level in Swing, while keeping all of the code on the Application Level the same.. My problem is that I can't figure out how to get the values(read from a DB) onto the new Swing components. Right now, the values are put into a hashtable. The current UI reads in the values and populates the text-boxes or combo-boxes or whatever... I need to implement this functionality, reading in data from the hashtable, and placing it in the components. Any ideas where to get started? The code also defines a propertyChangeSupport object and calls the firePropertyChange event. I would assume I need to use this, but don't know how to relate it to the GUI code that I'll be writing in Swing... Thanks in advance for your help...
Doug
Doug