mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 01:35:42 +00:00
move executables to reparate folder
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
package com.jpexs.build;
|
||||
|
||||
import com.jpexs.helpers.utf8.Utf8Helper;
|
||||
import com.jpexs.helpers.utf8.Utf8PrintWriter;
|
||||
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui;
|
||||
package com.jpexs.build;
|
||||
|
||||
import com.jpexs.helpers.Helper;
|
||||
import java.io.File;
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user