org/homelinux/largo/schach/Schach.java
changeset 7 93fe1f21e0d8
parent 5 42da09368d71
child 13 f83884cc7d2f
--- a/org/homelinux/largo/schach/Schach.java
+++ b/org/homelinux/largo/schach/Schach.java
@@ -25,9 +25,9 @@
 	static final long serialVersionUID = 140208;
 	static final String helpURL = "http://largo.homelinux.org/cgi-bin/gitweb.cgi?p=games/Schach.git;a=summary";
 
-	MouseListener listener = null;
-	KIBoard board = null;
-	Point p = null;
+	MouseListener listener;
+	KIBoard board;
+	Point p;
 	JLabel    human = new JLabel("<html><font size='5' color='#FFFFFF'>Human</font></html>");
 	JLabel computer = new JLabel("<html><font size='5' color='#FFFFFF'>Computer</font></html>");
 	JButton     neu = new JButton("Play");