Morpion solitaire/Java: Difference between revisions

m
no edit summary
(Adding long example on separate page, use java5 highlighting for any Java version past 5 (until we get more in GeSHi))
 
mNo edit summary
Line 44:
setBackground(Color.white);
 
setFont(new Font("SansSerif", Font.BOLD, 2016));
scoreFont = new Font("SansSerif", Font.BOLD, 12);
 
Anonymous user