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 Events::FocusEvents
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:
@@ -22,6 +22,8 @@ module RSwing
22
22
  JTextField = javax.swing.JTextField
23
23
 
24
24
  class TextField < JTextField
25
+ include Component
26
+
25
27
  # Valid options are:
26
28
  # 1. <tt>:text => "text"</tt> (default: "")
27
29
  # 2. <tt>:columns => 5</tt> (default: 10)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bakkdoor-rswing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Bertels