// Remove it from the Cell registry, make sure we add " (User)" to the
// app name, since that is how it appears in the Cell registry
CellRegistry registry = CellRegistry.getCellRegistry();
appName = appName + " (User)";
XAppCellFactory factory = new XAppCellFactory(appName, command);
registry.unregisterCellFactory(factory);
}//GEN-LAST:event_userRemoveButtonActionPerformed
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JPanel mainPanel;
private javax.swing.JButton userAddButton;