-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
None
-
1.2.2
-
generic, x86
-
generic, windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2083587 | 1.2.1 | Swingtraq Swingtraq | P2 | Closed | Cannot Reproduce |
The documentation for the setAutoscrolls method in JComponent says:
If <i>true</i> this component will automatically scroll its contents
when dragged, if contained in a component that supports scrolling,
such as JViewport
This has to be expanded to explain for developers who subclass JComponent that
setAutoscrolls(true)
won't do the job (it is not enough). Looking at the source one might guess that the method only creates a Autoscroller which doesn't scroll (despite its name) but only generates timer events which it translates into mouseDragged events.
The documentation needs to say that one needs a mouseMotionListener who does the actual scrollRectToVisible call.
- backported by
-
JDK-2083587 Documentation for setAutoscrolls in JComponent unclear
-
- Closed
-