| Method and Description |
|---|
| charvax.swing.AbstractButton.getLabel()
Replaced by getText().
|
| charvax.swing.JPasswordField.getText()
Replaced by getpassword()
|
| charva.awt.Component.hide()
This method has been replaced by
setVisible(boolean). |
| charvax.swing.AbstractButton.setLabel(String)
Replaced by setText().
|
| charvax.swing.JButton.setLabel(String)
Replaced by setText(String text)
|
| charva.awt.Component.show()
This method has been replaced by
setVisible(boolean). |