Java 图形用户界面问题
因此,在我的项目中,我有一个交互式程序,要求用户输入值才能在控制台中获得响应。当用户输入程序将与之交互的响应时,如何使控制台出现在 GUI 的文本框中?
So in my project, I have an interactive program that requires the user to enter values to get a response in the console. How do I make it so that the console appears in a textbox in the GUI while the user enters responses that the program will interact with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一些建议:
Some suggestions:
您可能想查看此链接(感谢 Google)
http://www .devdaily.com/java/java-exec-processbuilder-process-1
但本质上你需要:
You might want to check out this link (thanks Google)
http://www.devdaily.com/java/java-exec-processbuilder-process-1
But essentially you need to: