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, ...
The world of Java depends on two established GUI toolkits: Swing and SWT (standard widget toolkit). Both software packages provide the widgets, controls, menus, and user interface components in most ...