Hi, I've attached a series of tests for java.awt.Robot. I wrote a Robot implementation for GNU Classpath, so we can now start adding interactive GUI tests such as these to Mauve. I'm wondering how best to do this. There was a thread about this recently but I don't think we came to a decision. I know how I'd like GUI testing to work within libgcj's dejagnu harness, but I'm not sure how it should work in batch_run. Thoughts? Tom