共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > vt100panel |
vt100panel
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Java Swing libraries do not provide any component that acts as a drop-in replacement for a system terminal window that understands ANSI input a la VT100 terminal.
This project is to develop a convenient open-source terminal panel component that understands terminal commands and has a pluggable architecture for extra features as needed by users.
The ANSI emulation will adhere to the ECMA-48 specification.
The terminal GUI component will be a simple terminal panel that can be used for many purposes requiring textual layout.
Unlike the swing text components, the text in this panel will be in a strict grid structure. It will also have (x,y) that also has screen controls such as scrolling, changing fonts and colours, etc.