X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Ffunction%2Fedit%2FPointEditor.java;fp=tim%2Fprune%2Fedit%2FPointEditor.java;h=6808e6a98837c4b692457a0b3940545c388a0481;hp=ea67a0a041ebd053bd4f43631e1c3a9c8e2bc453;hb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f;hpb=52bf9e8686c916be37a26a0b75340393d4478b05 diff --git a/tim/prune/edit/PointEditor.java b/tim/prune/function/edit/PointEditor.java similarity index 98% rename from tim/prune/edit/PointEditor.java rename to tim/prune/function/edit/PointEditor.java index ea67a0a..6808e6a 100644 --- a/tim/prune/edit/PointEditor.java +++ b/tim/prune/function/edit/PointEditor.java @@ -1,4 +1,4 @@ -package tim.prune.edit; +package tim.prune.function.edit; import java.awt.BorderLayout; import java.awt.Component; @@ -78,7 +78,7 @@ public class PointEditor // Create Gui and show it _dialog.getContentPane().add(makeDialogComponents()); _dialog.pack(); - _dialog.show(); + _dialog.setVisible(true); }