可携带数据跳转

1. 新增可携带数据跳转的功能
2. 完善README
3. 修改示例
This commit is contained in:
yangsuiyu
2020-04-07 21:53:25 +08:00
parent 119436dc3b
commit 7c807d4b39
39 changed files with 1097 additions and 277 deletions

View File

@@ -8,6 +8,7 @@ import javafx.stage.Stage;
/**
* @Author jack
* @Date:2019/6/30 10:40
* @Description 解析@FXWindow
*/
public class FXWindowParser {
@@ -15,6 +16,7 @@ public class FXWindowParser {
stage.setTitle(fxWindow.title());
// fxWindow的resizable默认为false
if (fxWindow.resizable()) {
stage.setResizable(true);
}