mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
add commented-out toString() for debugging
This commit is contained in:
parent
b3cf9c65aa
commit
c5358dc9c3
1 changed files with 14 additions and 0 deletions
|
@ -30,4 +30,18 @@ public class BoardDims {
|
||||||
public int trayTop, trayHt;
|
public int trayTop, trayHt;
|
||||||
public int cellSize, maxCellSize;
|
public int cellSize, maxCellSize;
|
||||||
public int timerWidth;
|
public int timerWidth;
|
||||||
|
|
||||||
|
// public String toString()
|
||||||
|
// {
|
||||||
|
// return "width: " + width
|
||||||
|
// + " height: " + height
|
||||||
|
// + " left: " + left
|
||||||
|
// + " top: " + top
|
||||||
|
// + " scoreHt: " + scoreHt
|
||||||
|
// + " boardHt: " + boardHt
|
||||||
|
// + " trayTop: " + trayTop
|
||||||
|
// + " trayHt: " + trayHt
|
||||||
|
// + " cellSize: " + cellSize
|
||||||
|
// + " maxCellSize: " + maxCellSize;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue