lib/awt/component.rb in swing-0.1.4 vs lib/awt/component.rb in swing-0.1.5

- old
+ new

@@ -14,22 +14,22 @@ # font Font • • # foreground Color • • # layout LayoutManager • • BorderLayout( ) # locale Locale • • # location Point • • - # locationOnScreen Point • • # name String • • "" # parent Container • • null # size Dimension • • # visible boolean • • true # ----Getters only - NO Setters! # colorModel ColorModel • # component (i) Component • # componentCount int • # components Component[] • # insets Insets • Insets(0,0,0,0) + # locationOnScreen Point • • # showing boolean • true # valid boolean • - attr_setter :background, :cursor, :enabled, :font, :foreground, :layout, :locale, - :location, :location_on_screen, :name, :parent, :size, :visible + attr_setter :background, :cursor, :enabled, :font, :foreground, :layout, + :locale, :location, :name, :size, :visible end