]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/threedee/LineDialog.java
Version 7, February 2009
[GpsPrune.git] / tim / prune / threedee / LineDialog.java
index a11525f4671e14f99d435852f0c695489c018f1e..a0f218a65e82bbcd8fe9221a906b957d894a984f 100644 (file)
@@ -52,7 +52,7 @@ public class LineDialog
                _dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
                _dialog.getContentPane().add(makeDialogComponents());
                _dialog.pack();
-               _dialog.show();
+               _dialog.setVisible(true);
        }