keep open JComboBox drop-down list
- From: "hiwa" <HGA03630@xxxxxxxxxxx>
- Date: 24 Nov 2005 17:43:03 -0800
Cell renderer and font problem is solved by calling
JComboBox#setFont() method from within the
renderer mothod. Thanks again all the people who
gave the hint.
Now, I'd like to keep open the drop-down list of the
combo box when a specific kind of items are selected.
However, calling showPopup() and/or
setPopupVisible(true) from the ActionListener method
doesn't do the job. What else should I have done?
TIA, again.
.
- Follow-Ups:
- Re: keep open JComboBox drop-down list
- From: jessu
- Re: keep open JComboBox drop-down list
- Prev by Date: Re: JComboBox cell renderer doesn't render the top item
- Next by Date: disable ctrl+alt+del
- Previous by thread: JTree visible event?
- Next by thread: Re: keep open JComboBox drop-down list
- Index(es):
Relevant Pages
|