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.
我有一个程序,它从文本文件中读取逗号分隔的列表,将其保存到各种数组中,然后执行计算。计算以及来自文本文件的数据显示在 GUI 中。
用户可以选择通过在 TextField 中键入来编辑某些数据。当他们单击“保存并刷新”时,它应该更新计算并显示新值。
目前我可以用新数据覆盖文本文件,但除了打开和关闭我的程序之外,我无法更新它。
有没有办法像我打开和关闭它一样刷新或重新启动程序?
谢谢!