At 12:12 PM -0700 10/1/98, Bruno Boettcher wrote:
>hello,
>
>another problem....
>
>i try to instantiate a JEditorPane and get strange Errors:
>java.lang.NumberFormatException: 98%
> at java.lang.Integer.parseInt(Integer.java)
> at java.lang.Integer.valueOf(Integer.java)
> at com.sun.java.swing.text.html.HRuleView.<init>(HRuleView.java:62)
swing don't like your <HR width="98%"> tag.
It's expecting an Integer number and you give it "98%"
Try swing1.1b2, swing 1.1 have a better HTML parser.
Cheers,
Paul