資源簡介
代碼片段和文件信息
package?com.fangxuele.tool.push;
import?cn.hutool.log.Log;
import?cn.hutool.log.LogFactory;
import?com.fangxuele.tool.push.ui.Init;
import?com.fangxuele.tool.push.ui.form.MainWindow;
import?com.fangxuele.tool.push.ui.frame.Mainframe;
import?javax.swing.*;
/**
?*?Main?Enter!
?*/
public?class?App?{
????private?static?final?Log?log?=?LogFactory.get();
????public?static?Mainframe?mainframe;
????public?static?void?main(String[]?args)?{
????????//?初始化主題
????????Init.initTheme();
????????//?統(tǒng)一設置字體
????????Init.initGlobalFont();
????????mainframe?=?new?Mainframe();
????????mainframe.init();
????????mainframe.addListeners();
????????mainframe.setContentPane(MainWindow.mainWindow.mainPanel);
????????mainframe.setDefaultCloseOperation(Jframe.DO_NOTHING_ON_CLOSE);
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????304??2019-03-15?22:53??WePush\.git\config
?????文件?????????73??2019-03-15?22:29??WePush\.git\desc
?????文件?????????23??2019-03-15?22:53??WePush\.git\HEAD
?????文件????????478??2019-03-15?22:29??WePush\.git\hooks\applypatch-msg.sample
?????文件????????896??2019-03-15?22:29??WePush\.git\hooks\commit-msg.sample
?????文件???????3327??2019-03-15?22:29??WePush\.git\hooks\fsmonitor-watchman.sample
?????文件????????189??2019-03-15?22:29??WePush\.git\hooks\post-update.sample
?????文件????????424??2019-03-15?22:29??WePush\.git\hooks\pre-applypatch.sample
?????文件???????1638??2019-03-15?22:29??WePush\.git\hooks\pre-commit.sample
?????文件???????1348??2019-03-15?22:29??WePush\.git\hooks\pre-push.sample
?????文件???????4898??2019-03-15?22:29??WePush\.git\hooks\pre-reba
?????文件????????544??2019-03-15?22:29??WePush\.git\hooks\pre-receive.sample
?????文件???????1492??2019-03-15?22:29??WePush\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2019-03-15?22:29??WePush\.git\hooks\update.sample
?????文件??????12445??2019-03-15?22:53??WePush\.git\index
?????文件????????240??2019-03-15?22:29??WePush\.git\info\exclude
?????文件????????184??2019-03-15?22:53??WePush\.git\logs\HEAD
?????文件????????184??2019-03-15?22:53??WePush\.git\logs\refs\heads\master
?????文件????????184??2019-03-15?22:53??WePush\.git\logs\refs\remotes\origin\HEAD
?????文件?????111588??2019-03-15?22:53??WePush\.git\ob
?????文件???26048331??2019-03-15?22:53??WePush\.git\ob
?????文件???????1460??2019-03-15?22:53??WePush\.git\packed-refs
?????文件?????????41??2019-03-15?22:53??WePush\.git\refs\heads\master
?????文件?????????32??2019-03-15?22:53??WePush\.git\refs\remotes\origin\HEAD
?????文件???????1698??2019-03-15?22:53??WePush\.travis.yml
?????文件???????1518??2019-03-15?22:53??WePush\install_local_jar_to_repo.bat
?????文件???????1086??2019-03-15?22:53??WePush\LICENSE.txt
?????文件???????1036??2019-03-15?22:53??WePush\memo.md
?????文件??????18578??2019-03-15?22:53??WePush\pom.xm
?????文件???????3960??2019-03-15?22:53??WePush\readme.md
............此處省略143個文件信息
評論
共有 條評論