Re: Output TextArea Problem
Nathan Fiedler <[email protected]> 15 Apr 2003 23:25:08 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1050474308.27322.4.camel@nuts> |
Both stdout and stderr will go to the same text area, so it may be that
something is printing the . to stderr and is mixing with stdout.
However, the timing suggested in the results would rule that case out. I
can't find anything obvious in GraphicalOutputAdapter. There's certainly
nothing printing a spurious dot so far as I can see.
Do you have sample code that you could send to me? If so, send it to the
jswat-bugs list and I'll investigate further.
n
On Tue, 2003-04-15 at 21:41, Wilson Jimmy - jiwils wrote:
> I have some code that calls System.out.println(...). This results in the
> expected output in the Output TextArea, but sometimes I get a "." character
> in front of what I expected. For example, System.out.println("test") has
> ".test" for output. However code right below that that prints exception
> information does not have the "." character prepended.
>
> Any ideas why I might be getting this? I am running JSwat on WindowsXP
> using JDK 1.4.1_02.
>
> Jimmy