> 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?
raam - 28 Apr 2006 04:39 GMT
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.