您现在的位置是:主页 > news > 专业建设网站应该怎么做/2023重大新闻事件10条
专业建设网站应该怎么做/2023重大新闻事件10条
admin2025/6/1 18:42:04【news】
简介专业建设网站应该怎么做,2023重大新闻事件10条,wordpress常用插件,asp做网站好不好java记事本课程设计报告.doc还剩22页未读,继续阅读下载文档到电脑,马上远离加班熬夜!亲,喜欢就下载吧,价低环保!内容要点:华东交通大学理工学院课程设计报告第 17 页catch(IOException expOut){…
java记事本课程设计报告.doc
还剩
22页未读,
继续阅读
下载文档到电脑,马上远离加班熬夜!
亲,喜欢就下载吧,价低环保!
内容要点:
华东交通大学理工学院课程设计报告第 17 页catch(IOException expOut){}} } public class keshe { public static void main(String args[]) {jsb dd=new jsb("我的记事本");} } Windows 记事本——夏彪第 16 页p1.replaceRange("",p1.getSelectionStart(),p1.getSelectionEnd()); } } catch(Exception ex) { } } if (e.getSource()==item9){ if(strt.length()>0) { p1.insert(strt,p1.getCaretPosition()); } } } public void bc(){ fd=new FileDialog(f,"保存文件",1);fd.setVisible(true); try{ file=new File(fd.getDirectory(),fd.getFile()); f.setTitle(fd.getFile()+"--记事本"); FileWriter fw=new FileWriter(file);BufferedWriter bw=new BufferedWriter(fw); String s =p1.getText(); s = s.replaceAll("\n","\r\n"); bw.write(s); bw.flush(); bw.close();fw.close(); i=1; } 华东交通大学理工学院课程设计报告第 15 页bb.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) {bb.setVisible(false);bb.dispose();} }); } if (e.getSource()==item6){ p1.setSelectionStart(0); p1.setSelectionEnd(p1.getText().length()); } if (e.getSource()==item7){ try{ String str=p1.getSelectedText(); if(str.length()!=0) { strt=str; } }catch(Exception ex) { } } if (e.getSource()==item8){ try{ String str=p1.getSelectedText(); if(str.length()!=0) { Windows 记事本——夏彪第 14 页else { try{ file=new File(fd.getDirectory(),fd.getFile()); f.setTitle(fd.getFile()+"--记事本"); FileWriter fw=new FileWriter(file);BufferedWriter bw=new BufferedWriter(fw); String s =p1.getText(); s = s.replaceAll("\n","\r\n"); bw.write(s); bw.flush(); bw.close();fw.close(); i=1; } catch(IOException expOut){i=0;} } } if (e.getSource()==item4){ bc(); } if (e.getSource()==item10){ bb=new Dialog(f,"关于"); Label l1=new Label("本记事
发表评论
暂无评论,赶快抢占沙发吧。