Hi, I have Class A (extends Applet btw), where I declare a TextArea that I use for tracing results, and Class B where I define some methods, and that it's used by Class A. Is it possible to use the same trace textArea withing Class B ? So that I can trace some results or Exceptions that methods within class B could possibly throw, in the same trace textArea ?
Thanks in advanced
Thanks in advanced