S
someone
I`m trying to add an MouseListener to a JPanel
Here is the Code:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class CalPanel extends JPanel implements MouseEvent
{
// somecode
}
but BlueJ says:
"interface expected here"
And highlights the header
any thoughts?
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
Here is the Code:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class CalPanel extends JPanel implements MouseEvent
{
// somecode
}
but BlueJ says:
"interface expected here"
And highlights the header
any thoughts?
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-