Java Log ==> JTextArea
Posted
by asmo
on Stack Overflow
See other posts from Stack Overflow
or by asmo
Published on 2010-06-02T13:07:14Z
Indexed on
2010/06/02
13:24 UTC
Read the original article
Hit count: 282
Need: Output a Java application's log into a GUI component, such as a JTextArea.
Concern: Need to log things from any class, in a static manner. However, the GUI logger component must not be static (obviously) as it's the member of a parent component.
What should I do?
© Stack Overflow or respective owner