Re: JEditorPane problem...

1998-10-01 Thread Paul Ho
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

JEditorPane problem...

1998-10-01 Thread Bruno Boettcher
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.(HRuleView.java:62)