add(centerPanel, java.awt.BorderLayout.CENTER);
}// </editor-fold>//GEN-END:initComponents
private void configButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_configButtonActionPerformed
AccountConfigFrame acf = new AccountConfigFrame(checker.getAccount());
acf.setVisible(true);
}//GEN-LAST:event_configButtonActionPerformed