<Swing Dev> RFR: 8265528: Specification of BasicSplitPaneDivider::getMinimumSize, getPreferredSize doesn't match with its behavior. [v4]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed May 12 05:53:21 UTC 2021
> 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.
Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
Change to @implNote as per CSR notes
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3870/files
- new: https://git.openjdk.java.net/jdk/pull/3870/files/5e1a55cd..4fcc1ea1
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3870&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3870&range=02-03
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/3870.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3870/head:pull/3870
PR: https://git.openjdk.java.net/jdk/pull/3870
More information about the swing-dev
mailing list