Java 程序入口类:启动主窗口并设置网页缓存
package\u0020Programe; \n\nimport\u0020Intent.WebCache; \nimport\u0020ui.MainFrame; \n\npublic\u0020class\u0020Start\u0020{ \n\n\u0020\u0020public\u0020static\u0020void\u0020main(String[]\u0020args)\u0020{ \n\u0020\u0020\u0020\u0020//\u0020创建主窗口对象 \n\u0020\u0020\u0020\u0020MainFrame\u0020minframe\u003dnew\u0020MainFrame(); \n\u0020\u0020\u0020\u0020WebCache\u0020webCache\u003dnew\u0020WebCache();\u0020//\u0020创建WebCache对象 \n\u0020\u0020\u0020\u0020minframe.setWebCache(webCache);\u0020//\u0020将WebCache对象设置给主窗口 \n\u0020\u0020} \n\n}
原文地址: https://www.cveoy.top/t/topic/pRah 著作权归作者所有。请勿转载和采集!