|
Graphics for ChessApplet: msg#00165java.vm.kaffe.general
Hi Dears I am developing chess game written as an JavaApplet. Using Borland JBuilder 9 Personal Edition. I use the following Code void this_mouseDragged(MouseEvent e) { } class Chess_this_mouseMotionAdapter extends java.awt.event.MouseMotionAdapter { Chess adaptee ; Chess_this_mouseMotionAdapter ( Chess adaptee ) { this.adaptee = adaptee ; } public void mouseDragged ( MouseEvent e ) { adaptee.this_mouseDragged ( e ) ; } } But it seems that it still fire when the mouse button is released. The Applet are on the following URL http://w1.201.telia.com/~u20100003/Chess.html Verry Thankfull for Tips or Advice. Sincerely Urban Avierfjärd Gotland, Sweden
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Kaffe for Debain on IA-64, Balaji Rs Iyengar |
|---|---|
| Next by Date: | Re: Kaffe for Debain on IA-64, Dalibor Topic |
| Previous by Thread: | null string concatenation, Ito Kazumitsu |
| Next by Thread: | Re: Graphics for ChessApplet, Dalibor Topic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |