# File Test.py # Compile with: jythonc --core --deep --jar Test.jar Test.py from pawt import swing from java import applet from java.lang import System class Useless(swing.Box): pass class Test(applet.Applet): def init(self): swing.JOptionPane.showMessageDialog(None, 'Quiting!') System.exit(0)