393394395396397398399400401402403
{ public void actionPerformed(ActionEvent e) { // First, save the current contents of the property browser PropertyBrowserImpl oe = (PropertyBrowserImpl) page.getPropertyBrowser(); if (!oe.saveObject()) { // Save failed, don't continue return; }