Fixed up the goddamned repaint fuckola. Fucking pain in the ass, all this

Swing, AWT and frame manager interaction.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2325 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-03-25 23:05:58 +00:00
parent b281725f29
commit 0b0757b98c
3 changed files with 59 additions and 16 deletions
@@ -1,5 +1,5 @@
//
// $Id: MediaPanel.java,v 1.29 2003/03/25 19:06:54 mdb Exp $
// $Id: MediaPanel.java,v 1.30 2003/03/25 23:05:58 mdb Exp $
package com.threerings.media;
@@ -67,9 +67,6 @@ public class MediaPanel extends JComponent
_animmgr = new AnimationManager(_remgr);
_spritemgr = new SpriteManager(_remgr);
// we don't want to hear about repaints
setIgnoreRepaint(true);
// participate in the frame when we're visible
addAncestorListener(new AncestorAdapter() {
public void ancestorAdded (AncestorEvent event) {