170171172173174175176177
}); JPanel buttonPanel = new JPanel(); buttonPanel.add(okButton); buttonPanel.add(copyButton); this.dialog = new XBayaDialog(this.xbayaGUI, "Notification", infoPanel, buttonPanel); this.dialog.setDefaultButton(okButton); }
164165166167168169170171
JPanel buttonPanel = new JPanel(); buttonPanel.add(okButton); buttonPanel.add(cancelButton); this.dialog = new XBayaDialog(this.xbayaGUI, "Input Parameter Configuration", mainPanel, buttonPanel); this.dialog.setDefaultButton(okButton); }
188189190191192193194195
JPanel buttonPanel = new JPanel(); buttonPanel.add(okButton); buttonPanel.add(cancelButton); this.dialog = new XBayaDialog(this.engine.getGUI(), "Notification Configuration", infoPanel, buttonPanel); this.dialog.setDefaultButton(okButton); }
200201202203204205206207208209210
break; case APPLICATION: title="Application Descriptions"; break; } this.dialog = new XBayaDialog(this.engine.getGUI(), title, infoPanel, buttonPanel); this.dialog.setDefaultButton(editButton); editButton.setEnabled(false); removeButton.setEnabled(false); try { loadDescriptors();