JComboBox strange behavior  
Author Message
B





PostPosted: 2006-4-14 0:40:00 Top

java-programmer, JComboBox strange behavior Hello!
I have interesting problem with javax.swing.JComboBox (java 1.4.2)

When I click at combo to open list - there is no reaction to mouse
moves except these on combo header or outside my combo. So I cannot
choose any item from the list.
But I can use keyboard...

This is default combo, I've just create it and populate some Strings
into it.

any idea what's wrong?

B.

 
Steve W. Jackson





PostPosted: 2006-4-14 1:55:00 Top

java-programmer >> JComboBox strange behavior In article <email***@***.com>,
"B" <email***@***.com> wrote:

> Hello!
> I have interesting problem with javax.swing.JComboBox (java 1.4.2)
>
> When I click at combo to open list - there is no reaction to mouse
> moves except these on combo header or outside my combo. So I cannot
> choose any item from the list.
> But I can use keyboard...
>
> This is default combo, I've just create it and populate some Strings
> into it.
>
> any idea what's wrong?
>
> B.

Yes, it's at this line right here -->......

Oh -- no code. Sorry, can't help.
--
Steve W. Jackson
Montgomery, Alabama
 
Oliver Wong





PostPosted: 2006-4-14 4:53:00 Top

java-programmer >> JComboBox strange behavior
"B" <email***@***.com> wrote in message
news:email***@***.com...
> Hello!
> I have interesting problem with javax.swing.JComboBox (java 1.4.2)
>
> When I click at combo to open list - there is no reaction to mouse
> moves except these on combo header or outside my combo. So I cannot
> choose any item from the list.
> But I can use keyboard...
>
> This is default combo, I've just create it and populate some Strings
> into it.
>
> any idea what's wrong?

Please post an SSCCE: http://mindprod.com/jgloss/sscce.html

- Oliver