Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Simple SWT Java Console

On 3/7/07, Jens Karnold <swtmailing.20.karnold@xxxxxxxxxxxxxxx> wrote:
Hello everybody,
is there any solution for the following problem ?

I need a SWT Widget (Shell with a Textarea) which prints the hole
output from Standard Out/Err. Perfect is something like "OutputWindow
myjavashell = new OutputWindow();" which starts the Widget as a new
Thread and realises the redirect of the Messages.


How about using information from http://www.devx.com/tips/Tip/5616 ?

For several weeks I did not found anything about this topic. Does
anybody know about such a Project ?

Best regards
Jens
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top