Added connector click events

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@94 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Bennet Gerlach 2011-05-03 20:39:21 +02:00
parent e7613bfd93
commit 344d63598a
6 changed files with 392 additions and 308 deletions

View file

@ -1,6 +1,6 @@
package jrummikub.model;
/** Class specifing possible StoneColors */
/** Class specifying possible StoneColors */
public enum StoneColor {
BLACK, ORANGE, BLUE, RED
}