Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1686
| From | "Hal Vaughan" <hal.vaughan@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Detecting Focus In A Tabb |
| Message-ID | <GLudnduP67v9_svbnZ2dnUVZ_g-dnZ2d@comcast.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| Date | 2011-04-27 15:34 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui I have a superclass, guiModule, that is a super class for several panes I'm using that are in a JTabbedPane. In the superclass I have specified that it implements FocusListener and have the focusGained() method in it. I would have thought that when I selected a particular tab on the JTabbedPane, that particular class would have the focusGained() method called, but that isn't happening. What do I use or what kind of listener do I need so each panel can detect when it is selected by clicking on the corresponding tab? Thanks! Hal --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Next in thread | Find similar | Unroll thread
Detecting Focus In A Tabb "Hal Vaughan" <hal.vaughan@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000 Re: Detecting Focus In A "Michael Dunn" <michael.dunn@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
csiph-web