[Bug 362] graphical window appears blank when using icedtea instead of Sun's JRE
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jul 24 06:54:24 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=362
------- Comment #1 from omajid at redhat.com 2009-07-24 13:54 -------
This is more of a bug in the game code than icedtea6.
The game creates a Container and sets its LayoutManager to null, but then uses
setPreferredSize() instead of setSize() on its children. Since the
LayoutManager is null, setPerferredSize is fairly useless. It has been fixed in
the game now [1].
The only strange thing is that this bug only occurs with OpenJDK/IcedTea and
not with the proprietary JDK. IcedTea must be doing something differently than
the proprietary JDK, but I cant say if it is a bug in IcedTea or merely a
coincident that the proprietary JDK works with the code.
[1]
http://arianne.cvs.sourceforge.net/viewvc/arianne/stendhal/src/games/stendhal/client/gui/j2DClient.java?r1=1.285&r2=1.286
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list