Some fiddling to support a potential wacky project.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@104 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2006-12-19 21:45:43 +00:00
parent ae23946af0
commit b44864c506
4 changed files with 18 additions and 7 deletions
@@ -61,7 +61,7 @@ public class FadeLabelAnimation extends FadeAnimation
// if our label is not yet laid out, do the deed
if (!_label.isLaidOut()) {
Graphics2D gfx = (Graphics2D)_mgr.getMediaPanel().getGraphics();
Graphics2D gfx = (Graphics2D)_mgr.createGraphics();
if (gfx != null) {
gfx.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
_antiAliased ?