Quote:
Originally Posted by DaWei
Three text input/output widgets on a screen is not going to look like an old glass tty environment.
|
I'm aware of this.
I'm not trying to mimic an older game.
What I'm trying to do is make something which looks like three command line interfaces on the screen at once.
The problem is, that I'm framing these interfaces in a JFrame which, whatever I seem to do, looks flashy and silver. I want it to be black, so that it blends in with the other parts of the interface. Not only that, but i am looknig for a way of maknig the JFrame occupy the entire screen, so what the user sees is what appears to be three command line interfaces on the screen at once and nothing else.
I'm looking for either a way of getting the JFrame to do exactly what I want, or an alternative package I can use which will do this more easily, or in a more convincing way.