No longer need to disable lightweight popups. Yay!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1330 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-03 04:17:25 +00:00
parent a98f5f617a
commit cdb20c8389
@@ -1,5 +1,5 @@
//
// $Id: ViewerApp.java,v 1.32 2002/04/27 05:15:17 mdb Exp $
// $Id: ViewerApp.java,v 1.33 2002/05/03 04:17:25 mdb Exp $
package com.threerings.miso.viewer;
@@ -9,8 +9,6 @@ import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.io.IOException;
import javax.swing.JPopupMenu;
import com.samskivert.swing.util.SwingUtil;
import com.threerings.resource.ResourceManager;
@@ -47,9 +45,6 @@ public class ViewerApp
System.exit(-1);
}
Log.info("Turning off popups.");
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
// get the graphics environment
GraphicsEnvironment env =
GraphicsEnvironment.getLocalGraphicsEnvironment();