Re: Undo Function in Java



You need an undoable action. In particular you could look into the
UndoableEdit interface in javax.swing.undo and that package in
particular.
.