java保存功能

java保存功能

ID:38189964

大小:33.50 KB

页数:3页

时间:2019-05-24

java保存功能_第1页
java保存功能_第2页
java保存功能_第3页
资源描述:

《java保存功能》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、保存时文件名如file.txt文件格式也要输入!!!注意该程序只能打开txt文件、java源程序文件、html文件等,Word的doc文件是特殊格式文件不能用本程序打开。importjava.io.*;importjava.awt.*;importjava.awt.event.*;publicclassjtxtfm{publicstaticvoidmain(Stringargs[]){jtxtfrmfm=newjtxtfrm();}}classjtxtfrmextendsFrameimplementsActionListener{FileDia

2、logop,sv;Buttonbtn1,btn2,btn3;TextAreatarea;jtxtfrm(){super("读写文件");setLayout(null);setBackground(Color.cyan);setSize(600,300);setVisible(true);btn1=newButton("打开");btn2=newButton("保存");btn3=newButton("关闭");tarea=newTextArea("");add(btn1);add(btn2);add(btn3);add(tarea);tarea

3、.setBounds(30,50,460,220);btn1.setBounds(520,60,50,30);btn2.setBounds(520,120,50,30);btn3.setBounds(520,180,50,30);op=newFileDialog(this,"打开",FileDialog.LOAD);sv=newFileDialog(this,"保存",FileDialog.SAVE);btn1.addActionListener(this);btn2.addActionListener(this);btn3.addAction

4、Listener(this);addWindowListener(newWindowAdapter(){publicvoidwindowClosing(WindowEvente){setVisible(false);System.exit(0);}});}publicvoidactionPerformed(ActionEvente){if(e.getSource()==btn1){Stringstr;op.setVisible(true);try{Filef1=newFile(op.getDirectory(),op.getFile());Fi

5、leReaderfr=newFileReader(f1);BufferedReaderbr=newBufferedReader(fr);tarea.setText("");while((str=br.readLine())!=null)tarea.append(str+'');fr.close();}catch(Exceptione1){}}if(e.getSource()==btn2){sv.setVisible(true);try{Filef1=newFile(sv.getDirectory(),sv.getFile());FileWr

6、iterfw=newFileWriter(f1);BufferedWriterbw=newBufferedWriter(fw);Stringgt=tarea.getText();bw.write(gt,0,gt.length());bw.flush();fw.close();}catch(Exceptione2){}}if(e.getSource()==btn3){System.exit(0);}}}

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。