Hi,
Right now, I have my applet container set up using a GridLayout(2,1), where
i've 'added' two JScrollPanes (one of a JTable, and the other of a JTextArea). The JTable is displaying the results of a query, and I was wondering if there were a way to refresh the JTable without having to refresh the text area. I'm going to eventually have the text area (and buttons) interact with that table, so anything I change must still allow me to do that eventually.
Any help would be appreciated. Thanks!
Vinh


Reply With Quote


Bookmarks