Kotlinlearncs.online LogoJava
Return to List

Homework: JavaFX Anonymous Inner Class

Created By: Chris Taylor
/ Version: 2023.8.0

Create an EventHandler<ActionEvent> reference called handler and assign it an object from an anonymous inner class that implements the EventHandler<ActionEvent> interface. The handler must display "clicked" to the console whenever triggered.

Related Lessons

Stuck? You may find these lessons helpful: