Re: JTabbedPane repaint

2002-08-28 Thread Christian Pesch
Pallika Haridas Kanani wrote: >Hi all, > >I have a JTabbedPane where each panel is used for input to a database and also >displays data from the database. Now i want that everytime a panel gets displayed >(i.e. corresponding tab gets focus) the panel should be repainted (so that it has the >up

RE:   JTabbedPane repaint

2002-08-27 Thread Dave Wathen
: 27 August 2002 20:18 To: [EMAIL PROTECTED] Subject: JTabbedPane repaint Hi all, I have a JTabbedPane where each panel is used for input to a database and also displays data from the database. Now i want that everytime a panel gets displayed (i.e. corresponding tab gets focus) the panel should

AW:   JTabbedPane repaint

2002-08-27 Thread Salvador Richter
- 81 45-81 -Ursprüngliche Nachricht- Von: Pallika Haridas Kanani [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 27. August 2002 21:18 An: [EMAIL PROTECTED] Betreff: JTabbedPane repaint Hi all, I have a JTabbedPane where each panel is used for input to a database and also displays data from the database.

Re: JTabbedPane repaint

2002-08-27 Thread Vikram Kumar
one crude way will be to put a mouseListener on the parent of Tabbed Panel vikram Pallika Haridas Kanani wrote: >Hi all, > >I have a JTabbedPane where each panel is used for input to a database and also >displays data from the database. Now i want that everytime a panel gets displayed >(i.e.

  JTabbedPane repaint

2002-08-27 Thread Pallika Haridas Kanani
Hi all, I have a JTabbedPane where each panel is used for input to a database and also displays data from the database. Now i want that everytime a panel gets displayed (i.e. corresponding tab gets focus) the panel should be repainted (so that it has the updated data). Any suggestions? Thanx,