上海启嘟渡科技商贸有限公司
SEARCH

与我们合作

我们专注提供互联网一站式服务,助力企业品牌宣传多平台多途径导流量。
主营业务:网站建设、移动端微信小程序开发、营销推广、基础网络、品牌形象策划等

您也可通过下列途径与我们取得联系:

微 信: wxyunyingzhe

手 机: 15624122141

邮 箱:

用java 小程序 编了一个简单的播放器,现在想添加打开文件的功能,该怎么加写呀

更新时间:2025-01-10 01:07:40

JFileChooser chooser = new JFileChooser();

chooser.setCurrentDirectory(new File("."));

JMenuItem menuItem1 = new JMenuItem("打开");

menuItem1.addActionListener(new ActionListener(){

public void actionPerformed(ActionEvent e){

int result = chooser.showOpenDialog(null);

if(result == JFileChooser.APPROVE_OPTION){

String str = chooser.getSelectedFile().toString();

try {

file = new File(str);

readFromFile(file);

textArea.setText(string);

} catch (Exception e1) {

// TODO: handle exception

}

}

}

});

多重随机标签

猜你喜欢文章

QQ客服 电话咨询