11package com .ss .editor ;
22
3- import static java .util .ResourceBundle .getBundle ;
43import static com .ss .rlib .util .ReflectionUtils .getUnsafeFieldValue ;
5- import com . sun . javafx . scene . control . skin . resources . ControlResources ;
4+ import static java . util . ResourceBundle . getBundle ;
65import com .ss .rlib .util .PropertyLoader ;
6+ import com .sun .javafx .scene .control .skin .resources .ControlResources ;
77
88import java .util .Locale ;
99import java .util .Map ;
@@ -689,6 +689,10 @@ public class Messages {
689689 public static final String PLUGINS_DIALOG_HOME_PAGE ;
690690 public static final String PLUGINS_DIALOG_USED_DEPENDENCIES ;
691691
692+ public static final String PAINTING_COMPONENT_CONTAINER_TOOL ;
693+ public static final String PAINTING_COMPONENT_CONTAINER_NO_TOOLS ;
694+ public static final String PAINTING_COMPONENT_TERRAIN_EDITOR ;
695+
692696 static {
693697
694698 final Locale locale = Locale .getDefault ();
@@ -1375,6 +1379,10 @@ public class Messages {
13751379 PLUGINS_DIALOG_QUESTION = bundle .getString ("PluginsDialogQuestion" );
13761380 PLUGINS_DIALOG_VERSION = bundle .getString ("PluginsDialogVersion" );
13771381 PLUGINS_DIALOG_HOME_PAGE = bundle .getString ("PluginsDialogHomePage" );
1378- PLUGINS_DIALOG_USED_DEPENDENCIES = bundle .getString ("PluginsDialogUsedDependencies" );
1382+ PLUGINS_DIALOG_USED_DEPENDENCIES = bundle .getString ("PluginsDialogUsedDependencies" );
1383+
1384+ PAINTING_COMPONENT_CONTAINER_TOOL = bundle .getString ("PaintingComponentContainerTool" );
1385+ PAINTING_COMPONENT_CONTAINER_NO_TOOLS = bundle .getString ("PaintingComponentContainerNoTools" );
1386+ PAINTING_COMPONENT_TERRAIN_EDITOR = bundle .getString ("PaintingComponentTerrainEditor" );
13791387 }
13801388}
0 commit comments