my problem is developing a checkers game.I've put the chercker piece as the jlabel icon.Now i want to show how the checker pieces are moving.

Can someone please help me telling how to do this.

I'm doing the development in NetBeans 5.5.
Have use a jframe.java file to develop the chess board

hope someone could help me with this.

thank you:sad:

Why are you using the icon of a JLabel to display a checker piece? Use an Image and override your paint method.

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.