<Swing Dev> RFR: 8265528: Specification of BasicSplitPaneDivider::getMinimumSize, getPreferredSize doesn't match with its behavior.
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed May 5 14:55:59 UTC 2021
On Wed, 5 May 2021 07:01:34 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> The current specification of these 2 methods
> api/java.desktop/javax/swing/plaf/basic/BasicSplitPaneDivider.html#getPreferredSize().
> and
> api/java.desktop/javax/swing/plaf/basic/BasicSplitPaneDivider.html#getMinimumSize()
> does not specify correct return values. Also, the spec is not very intuitive and clear.
>
> Rectified the spec to specify correct behaviour.
csr https://bugs.openjdk.java.net/browse/JDK-8266541
-------------
PR: https://git.openjdk.java.net/jdk/pull/3870
More information about the swing-dev
mailing list