Log in

View Full Version : Swing : persistent (logging) dialog box ?


lanzcc
Jun 9, 2012, 08:29 AM
Greetings,

I need to make a text-display dialog or frame which my program can write to from anywhere, and that stays on the screen as the application runs. Text should scroll, and I suppose the box should be minimizable.

My need is not quite the same as the logging classes that already exist, so I can't see how to use them.

Please point me in the right direction. If I have to adapt logging, I will try, but my need is (should be?) so simple I'm hoping there's a direct method.

THANKS