Monday, May 24, 2010

I want to drag and drop chess pieces on a board using Java Applet?

I have not written any Java code for more than 4 years now. I am trying to build an chess game applet that can allow the players move chess pieces by drag and drop.





I want working sample codes of drag and drop used in a Java applet.

I want to drag and drop chess pieces on a board using Java Applet?
Java has Drag and drop suppot for Swing components.


Check the following URL at Sun java site to know about DND.





http://java.sun.com/docs/books/tutorial/...





U also must have sound knowledge of Java Swing. Check below For tutorial.





http://java.sun.com/docs/books/tutorial/...


No comments:

Post a Comment