bakkdoor-rswing 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ module RSwing
|
|
24
24
|
|
25
25
|
# Button-Class. Wraps JButton-Class.
|
26
26
|
class Button < JButton
|
27
|
-
include
|
27
|
+
include Component
|
28
28
|
|
29
29
|
# - <tt>text</tt>: The Text to be displayed on the button.
|
30
30
|
# - <tt>options</tt>: Options-Hash with the following valid values:
|