同步操作将从 ldh123/TestUI 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
package ui;import javafx.application.Application;import javafx.application.Platform;import javafx.concurrent.Task;import javafx.scene.Scene;import javafx.stage.Stage;import ldh.common.testui.TestUIMainApp;import ldh.common.testui.component.LogPane;import ldh.common.testui.component.TestLogPane;import ldh.common.testui.constant.TestLogType;import ldh.common.testui.constant.TreeNodeType;import ldh.common.testui.dao.TestLogDao;import ldh.common.testui.dao.TestLogDataDao;import ldh.common.testui.model.TestLog;import ldh.common.testui.model.TestLogData;import java.sql.SQLException;import java.util.List;import java.util.function.Supplier;public class TestLogPaneTest extends Application {@Overridepublic void start(Stage stage) throws Exception {TestUIMainApp.startDb(new String[]{});TestLog testLog = TestLogDao.getById(382); // 144, 82, 118,229,230, 382TestLogPane logPane = new TestLogPane(testLog);Scene scene = new Scene(logPane, 800, 600);scene.getStylesheets().add(this.getClass().getResource("/css/LogPane.css").toExternalForm());stage.setScene(scene);stage.show();}public static void main(String[] args) {launch(args);}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。