Sha256: 25413ac19d71876f99adb661de6178935c7111bca88375c0e78021272d34d88b
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
require 'swing' module Swing::JCheckBox attr_setter :selected def initialize *args, &block super *args # TODO: Probably need to implement ItemListener as well? self.addActionListener SwingSupport::ActionListener.new &block end end # class JCheckBox
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swing-0.1.0 | lib/swing/j_check_box.rb |