RFR: 4797982: Setting negative size of JSplitPane divider leads to unexpected results.
Alexander Zvegintsev
azvegint at openjdk.org
Thu Jul 21 17:47:59 UTC 2022
On Wed, 20 Jul 2022 09:12:38 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Setting JSplitPane divider size to negative value leads to unexpected results and is not desirable and seems to be not practical.
> I guess we should return IAE but it might break existing app so fixed to clamp it to 0 incase negative value is tried to be set for divider size.
Marked as reviewed by azvegint (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/9566
More information about the client-libs-dev
mailing list