scrolling dos window

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Gin

scrolling dos window

Post by Gin »

Is there any way to capture and scroll back to program output from a java app. My program gives a lengthy output and I want to see all (more than the dos 25 lines) of it. I'm using Windows ME which doesn't have a setting for the dos window buffer size.
Jim Garacci

Re: scrolling dos window

Post by Jim Garacci »

The way I've handled this before is to write the output to a log file instead of System.out.

Open the log file in Textpad, which can be configure to automatically reload it when a change occurs.
Post Reply