作业帮 > 综合 > 作业

log log = new Log(); 那一行老是出现错误

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/14 10:18:13
log log = new Log(); 那一行老是出现错误
try {
jbInit();
prepareSplash();
startSplash();
Thread splash = new Thread();
splash.sleep(3000);
stopSplash();
mainFrame m = new mainFrame();
log log = new Log();
log.addLog("\r\r","打开了系统");
log.closeStream();
//m.setVisible(true);
}
catch (Exception exception) {
exception.printStackTrace();
}
}
Log log = new Log();
再问: 上面说Log cannot be resolved to a type