Miscellaneous clean-up.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@477 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-10-17 22:16:04 +00:00
parent 336d99d0e9
commit 381dc55b69
2 changed files with 8 additions and 31 deletions
@@ -1,5 +1,5 @@
//
// $Id: ViewerApp.java,v 1.8 2001/09/05 00:45:27 shaper Exp $
// $Id: ViewerApp.java,v 1.9 2001/10/17 22:16:04 shaper Exp $
package com.threerings.miso.viewer;
@@ -108,6 +108,7 @@ public class ViewerApp
*/
public void run ()
{
_frame.pack();
_frame.show();
}