Redirect runtime warning messages from console to JTextArea



I have a java application which transforms xml with xsl using saxon.


When running the programm some times I get warning messages in the console. Is there a way to get these messages in JTextArea instead of only in console?


No comments:

Post a Comment