chiark / gitweb /
The Java console keeps showing up error reports due to being asked
authorSimon Tatham <anakin@pobox.com>
Thu, 26 Jun 2008 19:07:44 +0000 (19:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 26 Jun 2008 19:07:44 +0000 (19:07 +0000)
commit82b6a6fd39fc49ab511b3b4d748b415eb6af704a
tree9c018cc3aeae98bb539ed3d4f31d3d24c1dfad02
parent1df94d233a507a7124d5a636148d3f5a085de397
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).

[originally from svn r8094]
PuzzleApplet.java