Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4201314

Documentation for setAutoscrolls in JComponent unclear

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.2.2
    • 1.2.0
    • client-libs
    • None
    • 1.2.2
    • generic, x86
    • generic, windows_nt


        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.

              sswingtrsunw Swingtraq Swingtraq (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: