It's not a linux specific question *g*
... but there's a little coding error down below ... that should work
Stephan Gruschke.
private class HtmlListener implements HyperlinkListener
{
String file=new String("file://");
public void hyperlinkUpdate (HyperlinkEvent evt)
{
if (evt.
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