On Tue, 20 Oct 2020 07:50:05 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> Some manual test fails when the java.awt.List component is configured by the > List#makeVisible() before the "peer" > initialization. The root cause is trivial if the peer exists already then the > Component call the proper method, but if > the peer does not exists then it should read all properties from the > Component during initialization, and > initialization of "visibleIndex" was missed when LWListPeer was implemented. Looks fine. ------------- Marked as reviewed by kizune (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/757