New flash player library + jna

This commit is contained in:
Jindra Pet��k
2013-02-22 20:30:51 +01:00
parent 4c07fd4cde
commit b7acf8afe9
17 changed files with 46251 additions and 48 deletions
@@ -0,0 +1,13 @@
package com.jpexs.decompiler.flash.gui;
/**
*
* @author JPEXS
*/
public class FlashUnsupportedException extends RuntimeException{
public FlashUnsupportedException() {
super("Flash Unsupported");
}
}