Jlist not responding for arrow keys

  • Follow


hi,
 I am using a ScrollPane which encapsualtes a JList and the list
elements response for mouse scroll keys but it is not responding to the
upward and downward arrow keypress.Can anyone give any idea how to
solve this.
thanks in advance.

0
Reply muthuramantripura (18) 4/27/2006 9:08:26 AM

raam wrote:
> hi,
>  I am using a ScrollPane which encapsualtes a JList and the list
> elements response for mouse scroll keys but it is not responding to the
> upward and downward arrow keypress.Can anyone give any idea how to
> solve this.
> thanks in advance.
> 

ScrollPane or JScrollPane?
0
Reply Vova 4/27/2006 1:50:26 PM


Hii,
Its working now.Previously i put requestFocus() method in constructor
of JScrollPane.When i kept it in paint() method its working .Still I am
doing trial  and error Its difficult to work in Graphics.Thanks for
your quick reply.

0
Reply raam 4/28/2006 3:39:35 AM

2 Replies
391 Views

(page loaded in 0.058 seconds)

Similiar Articles:













7/24/2012 2:43:25 PM


Reply: