Hi,
I am trying to implement a DocumentFilter on the document of a JTextPane... I believe I am doing it right, however when I set the Filter of the JTextPane's document then the computer just beeps at me whenever I try to insert text... It appears the insertString( ... ) method of the documentfilter isnt even being called. Does anyone know why?
