Current Forum: Homework 6 - Part II |
Date: Wed Dec 5 2001 2:18 am |
Author: Fields, David C. <dcf@andrew.cmu.edu> |
Subject: Re: bug still there, with very up-to-date GraphicsGame.java |
|
|
i'm reluctant to call it a bug in the GUI, but i had a (fairly stupid :( ) bug in my own code which produced similar results. (that is, an illegal move visually placing a piece on the board (though it didn't register in my board class) *and* throwing an exception) when i fixed *my* bug, everything worked fine. use debug output to the console (System.out.println()) to figure out what's going wrong with your own code.
-Dave |
|