hey, is it possible for me to extend a class after extending jpanel and implementing action listener?

public class MyPanel extends JPanel implements ActionListener

can i make that extend MatchList class also? when i try it says '{' expected

No. You can extend only a single class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.