Question:

Problem in Java code .?

by  |  earlier

0 LIKES UnLike

Facing an error:-MainForm(Program Name) should be declared abstact as it doesnot defined ActionListener in MainForm.

 Tags:

   Report

1 ANSWERS


  1. You must implement actionPerformed method.

    Remember, you are required to implement all the methods of the interface you use in your class.

              

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.