0
What is meant by Action listener program in java
Related to graphics
2 Answers
+ 2
Please avoid writing a sentence in the Relevant Tags section ('I want to clear the doubt'). Edit your question and remove all words and put 'Java action-listener' to improve context and scope clarity đ
+ 2
As the event defined "action listener"
Which means if you click something on your jframe or any swing pallet it perform something.
It listen the action you perform.
A simple example: https://javapointers.com/javase/actionlistener/