Skip to content

Instantly share code, notes, and snippets.

Created November 25, 2014 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/85c566b848c48d325108 to your computer and use it in GitHub Desktop.
Save anonymous/85c566b848c48d325108 to your computer and use it in GitHub Desktop.
require 'java'
class A < javax.swing.JFrame
def initialize *args
super(*args)
end
end
A.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment