|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Deprecated code
How can I correct the deprecate code?
public boolean action(Event e, Object o) { if (e.target instanceof Button) { table.clear(); text.setText(""); checkStart(url.getText()); return true; } else if (e.target == url) { table.clear(); text.setText(""); checkStart(url.getText()); return true; } return false; } thanx in advance. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Deprecated code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|