I have three classes which all make different works but I need to run them together. When I run all of them in one class I just get one console and cant change this console. Wha
You could run a server-like application which would accept messages and then display them in the console. The class would start each of your other main methods in new Threads, and then wait indefinitely for messages, ending when the other three threads close.