drewhannay / chess

A Java application for defining and playing chess variants
http://chesscrafter.com
36 stars 45 forks source link

Square should not extend JLabel #148

Closed drewhannay closed 11 years ago

drewhannay commented 11 years ago

Square is a logic class in the ChessCrafterShared package, so it should not extend the Swing component JLabel. We need to break this dependency so that Square only contains information about the logic and not about the GUI