How to create a Java GUI log window ?
Asked By
10 points
N/A
Posted on - 02/05/2013
I want to create a Java GUI log window in my Java editor. I want to implement the scrollable text area with some suitable GUI log viewer. It should view the output log file. It's better if it has a search option and a copy paste option as well. How to create such Java GUI log window ?