filmov
tv
Button Action Event Handling in java

Показать описание
This program shows how to handle events in java. Uses(extends) Frame for holding Button and TextField. creates an instance of Frame. implements ActionListener. registers for ActionEvent generated by Button
implements callback function actionPerformed
implements callback function actionPerformed