[Bug 857] gtk look and feel setting causes javaws to hang if accessibility used
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jan 24 16:52:17 PST 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=857
--- Comment #6 from Omair Majid <omajid at redhat.com> 2012-01-25 00:52:17 UTC ---
Created attachment 640
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=640
only set the look and feel once in the main javaws/plugin process
The attached patch removes all calls to UIManager.setLookAndFeel() after it is
set once.
I have not verified this, but the UI elements used by icedtea-web should still
have the system look and feel since all icedtea-web UI should be associated
with the main AppContext. If they dont, then that sounds like another bug to me
(I suspect the UI associated with download progress bars might run into this).
The target application/applet should be running in a separate AppContext and
should get it's own look and feel (the default is metal).
Note that extra/net/sourceforge/javaws/about/Main.java and
netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java are separate
applications and should not encounter the same problem.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list