equal
deleted
inserted
replaced
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 Checkers extends JFrame implements Runnable { |
24 public class Checkers extends JFrame implements Runnable { |
25 static final long serialVersionUID = 250408; |
25 static final long serialVersionUID = 250408; |
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>"); |