使用java中菜单栏的选项加载多个文件

发布于 2024-12-09 12:05:12 字数 128 浏览 0 评论 0原文

我使用 java Jpanel、组件等开发了一个编辑器......编辑器中有 2 个文本区域。当我从菜单栏中选择“打开文件”选项时,我可以将文件的内容加载到一个文本区域。但是我如何向菜单栏添加另一个选项以将另一个文件的内容加载到第二个文本框?

I have developed an editor using java Jpanel, component, etc....I have 2 text areas in the editor. When i choose open a file option from the menubar i'm able to load the content of the file to one textarea. But how can i add another option to the menu bar to load the content of another file to the second text box?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赠我空喜 2024-12-16 12:05:12

您可以添加两个菜单项,将对所需目标文本区域的引用传递给每个 操作。或者,根据您的设计,添加一个菜单项,其 Action 在两个目标文本区域之间交替。

You can add two menu items, passing a reference to the desired destination text area to each Action. Alternatively, depending on your design, add a single menu item whose Action alternates between the two destination text areas.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文