ImiAvatar newAvatar = ImiAvatar.createAvatar(avatarName);
// Next, simply tell the new avatar to configure itself. It is then
// responsible for changing the appearance of the avatar, etc. to do
// whatever it needs to do for configuration.
newAvatar.configure();
}//GEN-LAST:event_newButtonActionPerformed
private void closeButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_closeButtonActionPerformed
// Close down the dialog. We do not dispose() since it can be used
// again