lib/swing/frame.rb in swing-0.0.1 vs lib/swing/frame.rb in swing-0.0.2

- old
+ new

@@ -3,10 +3,10 @@ import javax.swing.JFrame module Clients # Swing-based GUI controls - module SwingGui + module Swing class Frame < JFrame include AttrSetter attr_setter :layout, :background, :size, :title,