Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个库或方法可以拥有一个实时命令行,而不是打印出每一行,就像一个图形库一样,如果它已经改变,你可以只更新一个元素?
使用示例是显示当前时间。无需刷新 cmd 并向其附加更多内容,您只需更新当前时间对象并重新打印或其他内容。
是的,虽然它不是 100% 纯 Java(尽管网页上说了什么):
http://code.google.com/p/lanterna/
它工作得很好,而且很容易使用。开发有点慢,但开发人员确实回答了问题。我建议检查终端层,这可能是您需要的。