}
@Action
public void showSystemInformationEnvDialog() {
// create the dialog
final SystemEnvDialog sysInformationDialog = new SystemEnvDialog(getFrame(), true);
XYCoord xyp = CalcDialogCenter.getDialogCenterLocation(getFrame(), sysInformationDialog);
sysInformationDialog.setLocation(xyp.getX(), xyp.getY());
sysInformationDialog.setVisible(true);
}