I'm doing some Java stuff with school, and I was wondering if it's possible to create a console gui, in Java? I'm not getting much with google, as I'm not sure what "this" is called.<br><br>Basicly, ...
What would be the best way to share variables/objects between different GUI elements in java? Basically I have several ArrayList objects I want my modal dialogs to have access to. Also, where is the ...