Whoops, typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1572 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-07-12 03:50:24 +00:00
parent 7a3daa1d2b
commit 78b58a6093
@@ -1,5 +1,5 @@
//
// $Id: SimulatorApp.java,v 1.9 2002/07/12 03:49:37 mdb Exp $
// $Id: SimulatorApp.java,v 1.10 2002/07/12 03:50:24 mdb Exp $
package com.threerings.micasa.simulator.client;
@@ -89,7 +89,7 @@ public class SimulatorApp
// configure and display the main frame
JFrame frame = _frame.getFrame();
// position everything and show the frame
_frame.setSize(800, 600);
frame.setSize(800, 600);
SwingUtil.centerWindow(frame);
frame.show();