The Java console keeps showing up error reports due to being asked
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 26 Jun 2008 19:07:44 +0000 (19:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 26 Jun 2008 19:07:44 +0000 (19:07 +0000)
commitcb22d3a69ec93769fbf22fa1535892c92e36f99d
tree9c018cc3aeae98bb539ed3d4f31d3d24c1dfad02
parent688f45ad4614e51b29992c0d0a54f75beb723a51
The Java console keeps showing up error reports due to being asked
to resize the puzzle to zero size. Ignore all such requests, in the
assumption that a more sensible resize will be along soon enough
(which does seem to happen, though I haven't debugged the NestedVM
front end hard enough to figure out why the bogus resizes happen in
the first place).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8094 cda61777-01e9-0310-a592-d414129be87e
PuzzleApplet.java