1) public void setText(String s): is used to set specified text on button. |
2) public String getText(): is used to return the text of the button. |
3) public void setEnabled(boolean b): is used to enable or disable the button. |
4) public void setIcon(Icon b): is used to set the specified Icon on the button. |
5) public Icon getIcon(): is used to get the Icon of the button. |
6) public void setMnemonic(int a): is used to set the mnemonic on the button. |
7) public void addActionListener(ActionListener a): is used to add the action listener to this object. |
No comments:
Post a Comment