});
return;
}
// Change the avatar to the new character.
AvatarImiJME renderer = AvatarImiJME.getPrimaryAvatarRenderer();
renderer.changeAvatar(character);
// Set the cursor in the AWT Event Thread.
SwingUtilities.invokeLater(new Runnable() {
public void run() {
setBusy(false);