Some further FrameManager wrangling and a proper bridge for managed applets.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@32 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2006-08-25 00:34:18 +00:00
parent 22b867bb61
commit 9ed3f62af7
8 changed files with 140 additions and 34 deletions
@@ -33,10 +33,12 @@ import javax.swing.JMenuBar;
import com.samskivert.swing.util.MenuUtil;
import com.threerings.media.ManagedJFrame;
/**
* The viewer frame is the main application window.
*/
public class ViewerFrame extends JFrame
public class ViewerFrame extends ManagedJFrame
{
/**
* Creates a frame in which the viewer application can operate.