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.
我在一个 Netbeans GUI 项目中工作。我要做的就是从路径中读取一个文本文件并将其显示在JTextArea使用 Netbeans 中。我怎样才能做到这一点?
JTextArea
仅使用文件路径有什么简单的方法吗?
可以说我希望在单击按钮后完成此操作..
阅读有关如何使用文本区域的Oracles 教程
使用JTextArea.read(Reader in, Object desc) 抛出 IOException
请参阅JTextComponent.read(Reader,Object)几乎是“单线解决方案”。
JTextComponent.read(Reader,Object)