3

I'm trying to make application to display multiple consoles windows in java from same program:

  • First console will print "Hello from Console 1"
  • Second console will print "Hello from Console 2"

I was reading about threading, but I found only that I can made multiple threads, and start them, but display one Console window.

Tunaki
  • 132,869
  • 46
  • 340
  • 423
  • 1
    Possible duplicate of [How to run multiple consoles from one class?](http://stackoverflow.com/questions/7501258/how-to-run-multiple-consoles-from-one-class) – Si mo Nov 17 '15 at 11:00
  • thanks , but this post applied for Eclipse , I'm using JCreator Si mo – MICKEL JONES Nov 17 '15 at 11:19

0 Answers0