On Thu, 14 Jul 2022 15:58:18 GMT, Tejesh R <[email protected]> wrote: > JavaDoc of _JTabbedPane.inseetTab()_ is updated. The index position to insert > a new tab ranges from 0 to _TabCount_(Position after the last tab position), > the same is updated from _> 0_ to _>= 0_ .
Did you check that it indeed accept 0 as a valid parameter and no exception is thrown? Also, you need to raise a csr for this. ------------- PR: https://git.openjdk.org/jdk/pull/9496
