// Fetch the currently selected avatar and display a dialog box to
// edit its configuration. Since the Customize button is only enabled
// when an item is selected, we assume something is selected in the
// list. At this point, we also know the graphics system supports the
// avatar, if high-res.
avatar.configure();
}//GEN-LAST:event_customizeButtonActionPerformed
private void newButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_newButtonActionPerformed
if (!AvatarImiJME.supportsHighQualityAvatars()) {