Jskad/source/org/thdl
dchandler 0097be4266 Fixed bug 617156, "DuffPane ignores setEditable(false)".
I fixed this the easy way, by checking the value of isEditable() before
cutting, pasting, or adding typed text.  I may have missed a spot, but
checking at a lower level is a bit less efficient.

Fixing this the hard way, the keymaps-and-overridden-default-action way,
seems like it will make the code uglier, not cleaner.  And it won't get us
closer to fixing the killer bug, 614475, "Improper Line Wrapping".
2002-10-20 05:54:29 +00:00
..
quilldriver Bulletproofed so that this can run in the presence of a security manager. 2002-10-19 02:27:14 +00:00
savant Added a flexible mechanism for persistent boolean-, integer-, and 2002-10-14 04:06:05 +00:00
tib Fixed bug 617156, "DuffPane ignores setEditable(false)". 2002-10-20 05:54:29 +00:00
util Fixed Javadoc comment. 2002-10-14 05:23:58 +00:00