|
|
@ -18,12 +18,15 @@ import com.fr.transaction.Worker; |
|
|
|
import com.fr.web.attr.ReportWebAttr; |
|
|
|
import com.fr.web.attr.ReportWebAttr; |
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
import javax.swing.*; |
|
|
|
|
|
|
|
import java.awt.*; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Server Config Manager |
|
|
|
* Server Config Manager |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class ServerConfigManagerAction extends UpdateAction { |
|
|
|
public class ServerConfigManagerAction extends UpdateAction { |
|
|
|
|
|
|
|
public static final Dimension DEFAULT = new Dimension(700, 630); |
|
|
|
|
|
|
|
|
|
|
|
public ServerConfigManagerAction() { |
|
|
|
public ServerConfigManagerAction() { |
|
|
|
this.setMenuKeySet(SERVER_CONFIG_MANAGER); |
|
|
|
this.setMenuKeySet(SERVER_CONFIG_MANAGER); |
|
|
|
this.setName(getMenuKeySet().getMenuKeySetName() + "..."); |
|
|
|
this.setName(getMenuKeySet().getMenuKeySetName() + "..."); |
|
|
@ -48,8 +51,8 @@ public class ServerConfigManagerAction extends UpdateAction { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
final BasicDialog editReportServerParameterDialog = editReportServerParameterPane.showWindow( |
|
|
|
final BasicDialog editReportServerParameterDialog = editReportServerParameterPane.showWindowWithCustomSize( |
|
|
|
DesignerContext.getDesignerFrame() |
|
|
|
DesignerContext.getDesignerFrame(), null, DEFAULT |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
editReportServerParameterDialog.addDialogActionListener(new DialogActionAdapter() { |
|
|
|
editReportServerParameterDialog.addDialogActionListener(new DialogActionAdapter() { |
|
|
|