Package tv.porst.swfretools.dissector.gui

Examples of tv.porst.swfretools.dissector.gui.MainWindow


      System.out.println("  -dump [file]                            : Dumps the content of the SWF file");
      System.out.println("  -decompress [inputfile] -o [outputfile] : Decompresses the input file");
      return;
    }

    final MainWindow window = new MainWindow(filesToOpen);

    window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    window.setVisible(true);
  }
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.dissector.gui.MainWindow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.