Fixed rendering

+ Cloning support in Board and Piece
- Using clones for board operations that interfere with rendering
- Fixed repaint calls
+ Unit test for testing board cloning
This commit is contained in:
2019-07-08 06:41:10 +02:00
parent 31c393150b
commit 8283866d62
7 changed files with 97 additions and 13 deletions

View File

@ -7,5 +7,6 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="res"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>