/** Finally clean up. */ protected void finalize() throws Throwable { allMoneyEntries.remove(this); KeyStroke SHIFT_F10 = KeyStroke.getKeyStroke(KeyEvent.VK_F10, InputEvent.SHIFT_MASK); moneyField.unregisterKeyboardAction(SHIFT_F10); super.finalize(); }
protected void finalize() throws Throwable { cleanUp(); super.finalize(); }