--- 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");