Sha256: 62fa49dbf1c39c89086731f419a417621d2af2df061ef940689186f88871dd50
Contents?: true
Size: 322 Bytes
Versions: 5
Compression:
Stored size: 322 Bytes
Contents
require 'swing' class Swing::JSplitPane attr_setter :one_touch_expandable, :orientation, :continuous_layout, :divider_size, :divider_location, :resize_weight def initialize *args if args.size == 2 super HORIZONTAL_SPLIT, *args else super *args end end end # class JSplitPane
Version data entries
5 entries across 5 versions & 1 rubygems