資源簡介
JAVA網頁讀取和swing界面包實現(xiàn)的小說在線閱讀器。會從小說網獲取各類小說排名靠前的十二本小說來閱讀和下載,支持章節(jié)選擇,支持在線下載功能。

代碼片段和文件信息
/**
?*?Created?by?哇?on?2016/10/14.
?*/
import?javax.swing.*;
import?java.io.FileWriter;
import?java.io.IOException;
class?download{
????String?menuAddresstitle;
????Readit?rt;
????JLabel?msg;
????Jframe?downloadframe;
????download(String?addString?ti){
????????menuAddress=new?String(add);
????????title=new?String(ti);
????????downloadframe=new?Jframe(“下載提示“);
????????downloadframe.setVisible(true);
????????downloadframe.setSize(20060);
????????msg=new?JLabel(“開始下載“);
????????downloadframe.add(msg);
????}
????public?void?load()?throws?IOException{
????????FileWriter?fw=new?FileWriter(title+“.txt“false);
????????rt=new?Readit(menuAddress);
????????String?txt[]=rt.read(1);
????????int?n=1;
????????fw.write(“第“+n+“章\n“);
????????for(int?i=0;i ????????????fw.write(“????“+txt[i]+“\n“);
????????}n++;
????????while(rt.change(7)){
????????????txt=rt.getnovel();
????????????fw.write(“第“+n+“章\n“);
????????????for(int?i=0;i ????????????????fw.write(“????“+txt[i]+“\n“);
????????????}
????????????msg.setText(“第“+n+“章下載成功!“);
????????????n++;
????????}
????????fw.close();
????????msg.setText(“總共“+n+“章,下載完成!“);
????}
}
public?class?Download_novel?{
????public?static?void?main(String?args[]){
????????download?dl=new?download(“http://www.biquku.com/0/613/““武道至尊“);
????????try{
????????????dl.load();
????????}catch(IOException?e){
????????????System.out.println(“下載錯誤!“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????12309206??2016-10-19?14:39??星戰(zhàn)風暴.txt
?????目錄???????????0??2016-10-19?14:43??源碼\
?????文件????????1570??2016-10-19?14:19??源碼\Download_novel.java
?????文件????????2211??2016-10-19?14:19??源碼\MenuUI.java
?????文件????????6271??2016-10-19?14:29??源碼\Novel.java
?????文件????????1918??2016-10-19?14:19??源碼\Reader.java
?????文件????????2858??2016-10-19?14:19??源碼\Readit.java
?????文件????????1349??2016-10-19?14:32??源碼\type_Menu.java
?????文件????????2536??2016-10-19?14:19??源碼\Web_get.java
?????文件??????223099??2016-10-19?14:31??程序說明.pdf
?????文件??????380870??2016-10-19?14:42??運行實例.pdf
評論
共有 條評論