--- old/src/java.desktop/share/classes/java/awt/Scrollbar.java 2017-05-12 16:11:24.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Scrollbar.java 2017-05-12 16:11:24.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2017, 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 @@ -296,12 +296,16 @@ * The default properties of the scroll bar are listed in * the following table: * - * + *
+ * + * * * * * * + * + * * * * * * + * *
Scrollbar default properties
PropertyDescriptionDefault Value
orientationindicates whether the scroll bar is vertical @@ -347,6 +351,7 @@ *
on either side of the bubble
10
* * @exception HeadlessException if GraphicsEnvironment.isHeadless()