ComponentHidden fired before ComponentShown
Mickey Segal
java3 at segal.org
Fri May 10 10:21:32 PDT 2013
This sounds like it may be related to the problem I discussed in the “Intermittent display problems in JRE 7” thread. I’ve posted some screenshots of the display refresh problems we are seeing in our large applet at http://segal.org/java/refresh3/. Robert: do the problems that you see seem similar?
Robert Krüger wrote:
I am experiencing problems in our app (using the latest OpenJDK8 build)
where under certain circumstances a ComponentHidden event is fired before
the component has been shown for the first time, breaking our app (because
it relies on the fact that this event only occurs after the component has
been shown). Before I start building a reproducible test case (about which
my gut feeling is, that this may be a lot of effort because the app is
rather complex) I would like to ask if there are any known problems in this
area.
More information about the macosx-port-dev
mailing list