JDK-8279794 : Fix typos in BasicScrollBarUI: Laysouts a vertical scroll bar
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-10
  • Updated: 2022-01-25
  • Resolved: 2022-01-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 masterFixed
Related Reports
Relates :  
Description
The Javadoc for javax.swing.plaf.basic.BasicScrollBarUI.layoutVScrollbar reads:
“Laysouts a  vertical scroll bar.”

It should be “Lays out...”.

The Javadoc for layoutHScrollbar also says:
“Laysouts a  vertical scroll bar.”
which should be updated to
“Lays out a horizontal scroll bar.”
Comments
Changeset: acd98294 Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-01-24 18:31:43 +0000 URL: https://git.openjdk.java.net/jdk/commit/acd98294c628e8e03a036a8e3e08d775147b2fda
24-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7032 Date: 2022-01-11 15:35:06 +0000
11-01-2022