@@ -107,7 +107,7 @@ public static void start() {
107107 public jMGForm () {
108108 config = new AbstractConfig ();
109109
110- String [] servletApiShellBox = {Constants .SHELL_LISTENER , Constants .SHELL_FILTER , Constants .SHELL_JAKARTA_LISTENER ,Constants .SHELL_JAKARTA_FILTER };
110+ String [] servletApiShellBox = {Constants .SHELL_LISTENER , Constants .SHELL_FILTER , Constants .SHELL_JAKARTA_LISTENER , Constants .SHELL_JAKARTA_FILTER };
111111 String [] servletApiServerBox = {Constants .SERVER_TOMCAT , Constants .SERVER_RESIN , Constants .SERVER_WEBLOGIC , Constants .SERVER_WEBSPHERE , Constants .SERVER_JETTY , Constants .SERVER_UNDERTOW , Constants .SERVER_GLASSFISH , Constants .SERVER_JBOSS };
112112 String [] interceptorServerBox = {Constants .SERVER_SPRING_MVC };
113113 String [] interceptorShellBox = {Constants .SHELL_INTERCEPTOR };
@@ -497,7 +497,7 @@ public void resetConfig(AbstractConfig config) {
497497 MiddleSep = new JSeparator ();
498498 jMGPanel .add (MiddleSep , new GridConstraints (3 , 0 , 1 , 1 , GridConstraints .ANCHOR_CENTER , GridConstraints .FILL_BOTH , GridConstraints .SIZEPOLICY_WANT_GROW , GridConstraints .SIZEPOLICY_FIXED , null , null , null , 0 , false ));
499499 BottomPanel = new JPanel ();
500- BottomPanel .setLayout (new GridLayoutManager (1 , 5 , new Insets (0 , 0 , 0 , 0 ), -1 , -1 ));
500+ BottomPanel .setLayout (new GridLayoutManager (1 , 6 , new Insets (0 , 0 , 0 , 0 ), -1 , -1 ));
501501 jMGPanel .add (BottomPanel , new GridConstraints (4 , 0 , 1 , 1 , GridConstraints .ANCHOR_CENTER , GridConstraints .FILL_BOTH , GridConstraints .SIZEPOLICY_CAN_SHRINK | GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_CAN_SHRINK | GridConstraints .SIZEPOLICY_CAN_GROW , null , null , null , 0 , false ));
502502 enableGadget = new JCheckBox ();
503503 this .$$$loadButtonText$$$ (enableGadget , this .$$$getMessageFromBundle$$$ ("messages" , "gadget.text" ));
@@ -527,7 +527,11 @@ public void resetConfig(AbstractConfig config) {
527527 BottomPanel .add (exprBox , new GridConstraints (0 , 3 , 1 , 1 , GridConstraints .ANCHOR_WEST , GridConstraints .FILL_NONE , GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_FIXED , null , null , null , 0 , false ));
528528 generateButton = new JButton ();
529529 this .$$$loadButtonText$$$ (generateButton , this .$$$getMessageFromBundle$$$ ("messages" , "generate.text" ));
530- BottomPanel .add (generateButton , new GridConstraints (0 , 4 , 1 , 1 , GridConstraints .ANCHOR_EAST , GridConstraints .FILL_NONE , GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_FIXED , null , null , null , 0 , false ));
530+ BottomPanel .add (generateButton , new GridConstraints (0 , 5 , 1 , 1 , GridConstraints .ANCHOR_EAST , GridConstraints .FILL_NONE , GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_FIXED , null , null , null , 0 , false ));
531+ bypassJDKModuleCheckBox = new JCheckBox ();
532+ bypassJDKModuleCheckBox .setText ("Bypass JDK Module" );
533+ bypassJDKModuleCheckBox .setToolTipText ("绕过高版本 JDK Module 访问限制" );
534+ BottomPanel .add (bypassJDKModuleCheckBox , new GridConstraints (0 , 4 , 1 , 1 , GridConstraints .ANCHOR_WEST , GridConstraints .FILL_NONE , GridConstraints .SIZEPOLICY_CAN_SHRINK | GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_FIXED , null , null , null , 0 , false ));
531535 TipPanel = new JPanel ();
532536 TipPanel .setLayout (new GridLayoutManager (1 , 3 , new Insets (0 , 0 , 0 , 0 ), -1 , -1 ));
533537 jMGPanel .add (TipPanel , new GridConstraints (6 , 0 , 1 , 1 , GridConstraints .ANCHOR_CENTER , GridConstraints .FILL_BOTH , GridConstraints .SIZEPOLICY_CAN_SHRINK | GridConstraints .SIZEPOLICY_CAN_GROW , GridConstraints .SIZEPOLICY_CAN_SHRINK | GridConstraints .SIZEPOLICY_CAN_GROW , null , null , null , 0 , false ));
0 commit comments