What#39;s a good Java, curses-like, library for terminal applications?(什么是用于终端应用程序的好的 Java、curses 类库?)
问题描述
我想编写一个进行屏幕操作的 Java 终端应用程序.有没有什么好的库可以让你在 *nix/C 世界中像诅咒一样操纵屏幕?
I would like to write a Java terminal application that does screen manipulation. Are there any good libraries out there that allow you to manipulate the screen like curses in the *nix/C world?
我正在寻找的最小功能是窗口和用户输入支持.
Minimal features I'm looking for are windowing and user input support.
在功能方面,我希望有一个终端区域,其中一些数据会定期更新,同时(同时)用户可以在屏幕的其他部分输入命令/文本.
In feature-speak, I'd like to have a region of the terminal where some data is regularly updated while (at the same time) the user can enter commands/text in some other part of the screen.
推荐答案
有Charva,它链接到本机代码,但有一个基于 Swing 的 api.屏幕截图显示了很多文本窗口,看起来很有用.
There is Charva, which links to native code but has an api based on Swing. The screenshots show lots of text windows, so that looks useful.
这篇关于什么是用于终端应用程序的好的 Java、curses 类库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是用于终端应用程序的好的 Java、curses 类库
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
