org/homelinux/largo/schach/Schach.java
changeset 1 930f3c241fa5
parent 0 e0dbaef72362
child 5 42da09368d71
equal deleted inserted replaced
0:e0dbaef72362 1:930f3c241fa5
    21 import org.homelinux.largo.games.board.Point;
    21 import org.homelinux.largo.games.board.Point;
    22 import org.homelinux.largo.utils.BrowserLaunch;
    22 import org.homelinux.largo.utils.BrowserLaunch;
    23 
    23 
    24 public class Schach extends JFrame implements Runnable {
    24 public class Schach extends JFrame implements Runnable {
    25 	static final long serialVersionUID = 140208;
    25 	static final long serialVersionUID = 140208;
    26 	static final String helpURL = "http://largo.homelinux.org/trac/browser/eclipse/Schachspiel/trunk";
    26 	static final String helpURL = "http://largo.homelinux.org/cgi-bin/gitweb.cgi?p=games/Schach.git;a=summary";
    27 
    27 
    28 	MouseListener listener = null;
    28 	MouseListener listener = null;
    29 	KIBoard board = null;
    29 	KIBoard board = null;
    30 	Point p = null;
    30 	Point p = null;
    31 	JLabel    human = new JLabel("<html><font size='5' color='#FFFFFF'>Human</font></html>");
    31 	JLabel    human = new JLabel("<html><font size='5' color='#FFFFFF'>Human</font></html>");