コード例 #1
0
 public void undo() {
   frame.setTitle(oldName);
 }
コード例 #2
0
 public void redo() {
   frame.setTitle(newName);
 }