Interface | Description |
---|---|
VDUDisplay |
Generic display
|
VDUInput |
An interface for a terminal that accepts input from keyboard and mouse.
|
Class | Description |
---|---|
SoftFont |
Any characters that are not available in standard java fonts may be
drawn using the softfont utility.
|
SwingTerminal |
Video Display Unit emulation for Swing/AWT.
|
VDUBuffer |
Implementation of a Video Display Unit (VDU) buffer.
|
vt320 |
Implementation of a VT terminal emulation plus ANSI compatible.
|