The Terminal Components are lightweight implementations of a standard ANSI/VT terminal with both Swing and AWT versions available. Full documentation and example code is provided for use.
Features Include:
- Compatible with JDK1.1+
- Cross platform, 100% Java based component
- Separate AWT and Swing versions
- Low distribution sizes - 119K for AWT version and 111K for Swing
- Includes Telnet, rcommand , rlogin and rexec transport scheme plug-ins
- Optional SSH plug-in available using the J2SSH Maverick API
- Supports VT100, VT220, VT320 and ANSI Emulations
- Virtual terminal framework enables multiple tabbed sessions in each terminal instance
- Transport scheme interface allows for additional protocols to be plugged in at runtime
- XML based profile for connection persistence
- Supports charset conversion
|