Sha256: f88b0721234a184e81422a9e83ef3b62fdd9739a981884f57e8abc86288e4ef2
Contents?: true
Size: 165 Bytes
Versions: 2
Compression:
Stored size: 165 Bytes
Contents
require 'swing' class Swing::JButton def add_block_listener &block self.addActionListener SwingSupport::ActionListener.new &block end end # class JButton
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swing-0.1.16 | lib/swing/j_button.rb |
swing-0.1.15 | lib/swing/j_button.rb |