add commented-out toString() for debugging

This commit is contained in:
Eric House 2012-06-05 07:41:00 -07:00
parent b3cf9c65aa
commit c5358dc9c3

View file

@ -30,4 +30,18 @@ public class BoardDims {
public int trayTop, trayHt;
public int cellSize, maxCellSize;
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;
// }
}