474849505152535455
/** Invoked when an action occurs. * */ public void actionPerformed(ActionEvent evt) { Traces.printTraces("Adding a buddy"); AddBuddyDialog frame = new AddBuddyDialog(MainFrame.myRef, this.propertiesMgr, this.contacts); }