How to create a Java GUI log window ?

Asked By 10 points N/A Posted on -
qa-featured

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 ?

SHARE
Answered By 10 points N/A #158246

How to create a Java GUI log window ?

qa-featured

Hello Duncan,

The object list view is your answer. It does prefix searching and copy out of the box and other lots of neat things.

It has two groups of functionality. The first group makes it easier to use. It automatically converts a list of model objects in a fully functional list view. 
 
The second group has new features such as image overlays and customizable tool tips.
 
image overlays and customizable tool tips
 
For detailed information please check the link.
 
Hope this will help you.
Thank you.

Related Questions