| Author |
Refresh in Tabbed Pane
|
Saket Barve
Ranch Hand
Joined: Dec 19, 2002
Posts: 224
|
|
Hello, I have a JTabbedPane with several tabs. When I switch between the tabs, I notice that the data is not fetched from the database. In other words, modified data is not reflected when I revisit the tab. On restarting my applet, however, the changes are visible. How can I ensure a database hit on clicking of any of the tabs? Thanks, Saket
|
 |
Tim LeMaster
Ranch Hand
Joined: Aug 31, 2006
Posts: 226
|
|
Take a look at ChangeListener. [ September 16, 2006: Message edited by: Tim LeMaster ]
|
 |
 |
|
|
subject: Refresh in Tabbed Pane
|
|
|