示例#1
0
 private void init() {
   UIHelper.buildPanel(this);
   flagShowProgressBar = true;
   flagShowCancel = false;
   GridBagConstraints gbc = new GridBagConstraints();
   gbc.fill = GridBagConstraints.NONE;
   gbc.insets = new Insets(10, 10, 10, 10);
   gbc.gridy = 0;
   gbc.gridx = 0;
   this.add(iciciCodeMappings(), gbc);
   gbc.gridy++;
   this.add(getActionButton("Save"), gbc);
 }