Re: registerKeyboardAction vs. addKeyListener

2001-04-02 Thread Kleopatra
For instance, I have a panel of JButtons, each of them registered for the TAB keystroke. (I did not register them myself. They appear to registered by the underlying UI delegate). Hmm, don't think so. Usually the FocusManager get's all the tabs (Ctrl-tab unconditionally, the normal tabs if

Re: Explicitly closing pop up menu..

2001-11-15 Thread Kleopatra
Vikram schrieb: Hi! Friends.. I know this question may look a bit trivial.. but I am stuck in it. I wanted to know that if there is any way by which we could explicitly close the JPopUpMenu . What's wrong with setVisible(false)? Or am I missing something here? Greetings Jeanette

Re: JTable - setting row color?

2002-05-13 Thread Kleopatra
Frank D. Greco schrieb: My original post: I need to set the row color for my subclass of JTable. All the example code that I've discovered show how to change the color of a *column*. At 06:14 AM 5/10/2002 -0700, Roger Talkov wrote: You need to have your own TableCellRenderer and

Re: Problems with row filtering in JTable

2002-09-11 Thread Kleopatra
Ralph Kar schrieb: Hi all, it seems that I am stuck with a problem that I just cannot get a grip on. I want to be able to filter the content that is displayed in a JTable. I want to be able to attach a filter to each column and a row should only be displyed when the filters of the