2个回答
2013-08-07
展开全部
_fm4 = new JMenuItem("另存为");_fm4.addActionListener(this);//另存为 if(e.getSource()==_fm4) { FileDialog d = new FileDialog(jf,"另存为",FileDialog.SAVE); d.setVisible(true); try { filename = d.getDirectory()+d.getFile(); FileOutputStream fout = new FileOutputStream(filename+".txt"); byte bb[] = ta.getText().getBytes(); fout.write(bb); fout.close(); } catch(IOException ioe) { System.err.println(e); }}
保存就不用说了吧!呵
保存就不用说了吧!呵
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询