From: Erik V. <eri...@hc...> - 2005-11-21 21:28:22
|
> Try a JTextPane: > http://java.sun.com/docs/books/tutorial/uiswing/components/text.html Good suggestion, thanks. I had looked at it before, but was put off by the talking about editor kits etc. But it can also be used in a very easy way to display simple HTML. I have actually used its somewhat simpler superclass JEditorPane. Erik. |