当前位置: 代码迷 >> J2SE >> 求实现JTextPane/JEditorPane撤销回复功能的代码,最好功能强点的,先谢了解决办法
  详细解决方案

求实现JTextPane/JEditorPane撤销回复功能的代码,最好功能强点的,先谢了解决办法

热度:3332   发布时间:2013-02-25 00:00:00.0
求实现JTextPane/JEditorPane撤销回复功能的代码,最好功能强点的,先谢了
rt

------解决方案--------------------------------------------------------
Swing提供了UndoManager,不过还是要自己开发组装下。

参见:
http://blog.sina.com.cn/s/blog_6d0730c70100npmo
------解决方案--------------------------------------------------------
设一个时间n。
n长时间没有键盘事件了,再记一次undo。

貌似搜索也找不到现成的。
  相关解决方案