This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Another question: where does display go?
- From: John-Paul Verkamp <verkampj at umail dot iu dot edu>
- To: Kawa mailing list <kawa at sourceware dot org>
- Date: Fri, 26 Aug 2011 22:46:31 -0400
- Subject: Another question: where does display go?
Another quick question that has me scratching my head: Where does display go?
My goal is to have a GUI that interacts with Kawa and for the most
part it's working wonderfully. But anything that prints directly
(particularly display and trace) aren't working. The output isn't
appearing either in the console or through the system that I built to
redirect the console to my own PrintStream (hoping that would help).
Is there some buried setOutputStream method somewhere in one of the
Kawa modules that I'm missing perhaps?
Thanks again for any assistance.
JP Verkamp