diff --git a/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java b/src/com/jpexs/build/LicenseUpdater.java
similarity index 99%
rename from src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java
rename to src/com/jpexs/build/LicenseUpdater.java
index 55c378c68..92d42627f 100644
--- a/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java
+++ b/src/com/jpexs/build/LicenseUpdater.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-package com.jpexs.decompiler.flash.gui;
+package com.jpexs.build;
import com.jpexs.helpers.utf8.Utf8Helper;
import com.jpexs.helpers.utf8.Utf8PrintWriter;
diff --git a/src/com/jpexs/decompiler/flash/gui/LocaleConverter.java b/src/com/jpexs/build/LocaleConverter.java
similarity index 98%
rename from src/com/jpexs/decompiler/flash/gui/LocaleConverter.java
rename to src/com/jpexs/build/LocaleConverter.java
index 9ae056d28..21b3d4d68 100644
--- a/src/com/jpexs/decompiler/flash/gui/LocaleConverter.java
+++ b/src/com/jpexs/build/LocaleConverter.java
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-package com.jpexs.decompiler.flash.gui;
+package com.jpexs.build;
import com.jpexs.helpers.Helper;
import java.io.File;
diff --git a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java
index b7116e9ae..d9f5aa456 100644
--- a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java
+++ b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java
@@ -895,14 +895,7 @@ public class TransformPanel extends JPanel {
} catch (ParseException ex) {
throw new NumberFormatException();
}
- }
-
- public static void main(String[] args) {
- System.out.println("20 twip to px =" + convertUnit(20, Unit.TWIP, Unit.PX));
- System.out.println("1 turn to deg =" + convertUnit(1, Unit.TURN, Unit.DEG));
- System.out.println("1 deg to rad =" + convertUnit(1, Unit.DEG, Unit.RAD));
- System.out.println("1 deg to grad =" + convertUnit(1, Unit.DEG, Unit.GRAD));
- }
+ }
}
class RegistrationPointPanel extends JPanel {