View Single Post
Old Jun 9th, 2007, 10:29 AM   #9
Tsar_of_Cows
Newbie
 
Join Date: Jun 2007
Posts: 15
Rep Power: 0 Tsar_of_Cows is on a distinguished road
Quote:
Originally Posted by DaWei View Post
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.
Tsar_of_Cows is offline   Reply With Quote