| |
|
| javax.swing.JButton com.uwyn.rife.swing.JBorderlessButton
JBorderlessButton | public class JBorderlessButton extends JButton (Code) | | A JButton that maintains its borderless look when the look
& feel changes.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: JButton since: 1.0 |
Method Summary | |
public void | updateUI() Notification from the UIFactory that the L&F
has changed. |
JBorderlessButton | public JBorderlessButton()(Code) | | Creates a button with no set text or icon.
since: 1.0 |
JBorderlessButton | public JBorderlessButton(Icon icon)(Code) | | Creates a button with an icon.
Parameters: icon - the Icon image to display on the button since: 1.0 |
JBorderlessButton | public JBorderlessButton(String text)(Code) | | Creates a button with text.
Parameters: text - the text of the button since: 1.0 |
JBorderlessButton | public JBorderlessButton(Action a)(Code) | | Creates a button where properties are taken from the
Action supplied.
Parameters: a - since: 1.0 |
JBorderlessButton | public JBorderlessButton(String text, Icon icon)(Code) | | Creates a button with initial text and an icon.
Parameters: text - the text of the button. Parameters: icon - the Icon image to display on the button since: 1.0 |
updateUI | public void updateUI()(Code) | | Notification from the UIFactory that the L&F
has changed. Maintains the borderless look.
See Also: JButton.updateUI since: 1.0 |
|
|
|