About undo and redo
Hi everybody,
Iam developing a drawing tool in java where I draw figures on a JPanel.
I like to undo and redo some changes which I do on the JPanel.
I read that the undo class in swing is used only for editable/noneditable texts.
Does any class in Java help us to achieve this end?

