We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
是jpplib吗?
Is it jpplib?
既然您谈论了框、中断提示等,我假设您的意思是构建一个基于文本的窗口应用程序。 所以我猜你正在寻找类似于 Ncurses 但在 Java 中的东西。 也许 charva 可以帮助你。
Since you talk about boxes, break hints and so on I assume you mean to build a text-based windowing application. So I guess that you are looking for something similar to Ncurses but in Java. Maybe charva could help you.
您也可以尝试 javacurses。
根据博士。 多布的代码对话很可爱。
You may also try javacurses.
According to Dr. Dobb's Code Talk it is cute.
我想说使用 Xalan + Sax 仍然更容易,就像 这个示例。
I would say its still easier using Xalan + Sax, like in this example.