diff -r 0aba35254e00 -r d32a3b1ca84a src/java.desktop/share/classes/java/awt/Scrollbar.java --- a/src/java.desktop/share/classes/java/awt/Scrollbar.java Fri Sep 13 17:35:12 2019 -0700 +++ b/src/java.desktop/share/classes/java/awt/Scrollbar.java Mon Sep 09 12:23:22 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -41,8 +41,8 @@ * scroll bars could be used as slider controls to pick * the red, green, and blue components of a color: *

- * Image shows 3 vertical sliders, side-by-side. + * Image shows 3 vertical sliders,
+ * side-by-side. *

* Each scroll bar in this example could be created with * code similar to the following: @@ -59,8 +59,8 @@ * Here is an example of a scroll bar that represents a range: *

* Image shows horizontal slider with starting range of 0 and ending range of 300. The slider thumb is labeled 60. + * alt="Image shows horizontal slider with starting range of 0 and ending range + * of 300. The slider thumb is labeled 60." style="margin: 7px 10px;"> *

* The value range represented by the bubble in this example * is the visible amount. The horizontal scroll bar