On Wed, 5 May 2021 07:01:34 GMT, Prasanta Sadhukhan <psadhuk...@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