File tree Expand file tree Collapse file tree
src/main/java/com/xwintop/xJavaFxTool/services/index Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >com.xwintop</groupId >
66 <artifactId >xJavaFxTool</artifactId >
7- <version >0.2.2</version >
7+ <version >0.2.2-SNAPSHOT </version >
88 <packaging >jar</packaging >
99 <name >xJavaFxTool</name >
1010 <description >基于JavaFx搭建的实用小工具集合</description >
4747 <dependency >
4848 <groupId >com.xwintop</groupId >
4949 <artifactId >xcore</artifactId >
50- <version >0.0.5</version >
50+ <version >0.0.5-SNAPSHOT </version >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 11package com .xwintop .xJavaFxTool .services .index ;
22
3+ import com .xwintop .xJavaFxTool .Main ;
34import com .xwintop .xJavaFxTool .controller .index .SystemSettingController ;
45import com .xwintop .xcore .javafx .FxApp ;
56import com .xwintop .xcore .javafx .dialog .FxDialog ;
@@ -23,6 +24,7 @@ public class SystemSettingService {
2324 public static void openSystemSettings (String title ) {
2425
2526 FxDialog <SystemSettingController > dialog = new FxDialog <SystemSettingController >()
27+ .setResourceBundle (Main .RESOURCE_BUNDLE )
2628 .setTitle (title )
2729 .setBodyFxml ("/com/xwintop/xJavaFxTool/fxmlView/index/SystemSetting.fxml" )
2830 .setOwner (FxApp .primaryStage )
You can’t perform that action at this time.
0 commit comments