document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. frame = JFrame(\'Hello, Jython!\',
  2.             defaultCloseOperation = JFrame.EXIT_ON_CLOSE,
  3.             size = (300, 300)
  4.         )
');