|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
JComboBox's strange behavior
Posted by jianbo on July 26, 2001 at 4:26 PM
When I select an item from my JComboBox while pressing down Ctrl key, the JComboBox becomes blank. I have tried to override some listeners, events, even JComboBox itself, but I have failed to handle this Ctrl key issue. I know there is no reason for me to press down the Ctrl key, but this problem is reported to me as a bug and I have to fixed it. Does anyone have a solution to this problem or is this JDK's bug?
Replies:
- JComobox Raymond July 27, 2001 at 5:50 PM
(0)
|