On Mon, 29 Jul 2024 07:10:47 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicSplitPaneDivider.java >> line 399: >> >>> 397: * divider is contained in changes. >>> 398: * If a particular L&F supports >>> SplitPane.supportsOneTocuhButtons property >>> 399: * it will create the >> >> Tocuh ? > > DId you want "touch" instead of "create"? > I guess it should be "create" as the code does``` > > /* Create the left button and add an action listener to > expand/collapse it. */ > leftButton = createLeftOneTouchButton(); I was pointing out a spelling mistake. Nothing more. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20289#discussion_r1695640642