JTextPane dissallow typing

How would I not allow the user to input text into a JTextPane, but still allowing him/her to highlight text?
[115 byte] By [Dennis56a] at [2007-11-27 9:04:21]
# 1
API: http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTextPane.htmlJTextPane.setEditable(false);
Navy_Codera at 2007-7-12 21:37:23 > top of Java-index,Java Essentials,New To Java...
# 2
Must of missed that, my bad. Thank You
Dennis56a at 2007-7-12 21:37:23 > top of Java-index,Java Essentials,New To Java...