Missing click on the applet
Is anyone heart about the problem?
I have af applet with a Jpanel which is used to painting line, polygon etc..
The panel has a listener and all mouseclick ,dragged is handeled in this class.
I have experinced that I miss som click when I click on the panel areal for example
when I am drawing polygon or line.
I have test that when I miss the click it doesn�t goes in the mouseclick event ,something I couln�t
understand.
I use java (TM) plug-in 1.4.1-b21.
Applet_Event_Handler = new Applet_EventHandler();
....
....
private void initConnections()
throws Exception
{
PA_Center.addMouseListener(Applet_Event_Handler);
....
....
class Applet_EventHandler implements MouseListener {
public void mouseClicked(MouseEvent e) {
//Alle click for jpanel is processing her
Thanks
