65666768697071727374
if (designer != null) { VisualSwingEditor editor = designer.getEditor(); if (editor != null) { if (editor.isDirty()) editor.saveWithProgress(); model.editMethod(editor, methodDesc); } } } }