修复部分已知问题

This commit is contained in:
2021-08-29 18:29:26 +08:00
parent b707d04c97
commit 85ea14d10a
10 changed files with 13 additions and 16 deletions

View File

@@ -10,11 +10,6 @@ import java.awt.*;
*/
public class MyConsole extends JTextArea {
public MyConsole() {
String info="温馨提示:备份目录名称是要备份到阿里云盘那个目录下(不存在则自动创建)\n";
info+="普通备份:会按本地目录结构上传文件\n";
info+="分类备份:会将本地文件按文档、压缩包、软件、音乐、图片、视频等分类上传\n";
info+="运行日志...\n";
this.setText(info);
this.setForeground(Color.white);
this.setBackground(Color.BLACK);
//启动自动换行