RFR: 8272229: BasicSplitPaneDivider:oneTouchExpandableChanged() returns leftButton and rightButton as null with GTKLookAndFeel [v5]

Pankaj Bansal pbansal at openjdk.java.net
Fri Oct 8 13:05:34 UTC 2021


> The function documentation for oneTouchExpandableChanged states that the function does couple of things, but in reality  it only does those things if the Look and Feel supports the supportsOneTouchButtons. In case the Look and Feel does not support supportsOneTouchButtons, this functions just returns in beginning and does not do anything.
> This change clarifies the above in function documentation.

Pankaj Bansal has updated the pull request incrementally with one additional commit since the last revision:

  Review Comment

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5263/files
  - new: https://git.openjdk.java.net/jdk/pull/5263/files/2f7a612a..4a0ad2a2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5263&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5263&range=03-04

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5263.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5263/head:pull/5263

PR: https://git.openjdk.java.net/jdk/pull/5263



More information about the client-libs-dev mailing list