Parent Directory
|
Revision Log
|
Patch
revision 474 by alfonx, Thu Oct 15 14:04:16 2009 UTC | revision 486 by alfonx, Tue Oct 20 16:25:26 2009 UTC | |
---|---|---|
# | Line 5 import javax.swing.BorderFactory; | Line 5 import javax.swing.BorderFactory; |
5 | import javax.swing.JButton; | import javax.swing.JButton; |
6 | ||
7 | public class SmallButton extends JButton { | public class SmallButton extends JButton { |
8 | ||
9 | public SmallButton() { | |
10 | setBorder(BorderFactory.createEtchedBorder()); | |
11 | } | |
12 | ||
13 | public SmallButton(Action action, String tooltip) { | public SmallButton(Action action, String tooltip) { |
14 | this (action); | this (action); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |