gpt4 book ai didi

java - 如何在 MVC 中将 ActionListener 添加到 JFileChooser

转载 作者:行者123 更新时间:2023-11-30 07:13:26 24 4
gpt4 key购买 nike

我目前在我的 View 类中有一个 JFileChooser,我想触发存储在我的 Controller 类中的某些事件。我将 ActionListeners 添加到 JButtons,如下所示:

view.setUploadButtonListener(new UploadButtonListener());

view 是我的 View 类,UploadButtonListener 是我的 Controller 类的内部类。同样的方法似乎对 JFileChooser 不起作用(至少我想不通)。

如何将 ActionListener 添加到我的 JFileChooser 中,当用户单击 OK 时触发它。我也可以将选定的文件路径作为参数传递给监听器吗?

最佳答案

如图here ,您可以使用选择器的 addActionListener() 方法。 example实现了几个监听器,包括 ActionListener。为了获得额外的灵 active ,请考虑替换为合适的 Action .

关于java - 如何在 MVC 中将 ActionListener 添加到 JFileChooser,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19422006/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com