Re: debugger an eternal mystery (reload)
From: Québec (notAgain_at_enough.ca)
Date: 04/02/04
- Next message: Québec: "Re: convert date and time, please help."
- Previous message: valere: "JS communication with a native [NON-JAVA] plugin"
- In reply to: Québec: "debugger an eternal mystery (reload)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 2 Apr 2004 14:16:29 -0500
I think I have solved the following problem
> java.lang.NullPointerException
at MixedWires.init(MixedWires.java:103) see below
<<<<<<<<<<<<<<<<LINE 103
at sun.applet.AppletPanel.run(AppletPanel.java:353)
at java.lang.Thread.run(Thread.java:534)
with:
void paintLabel(){
String fee = "Féérie 'emboss' !";
emboss = new Label(fee);
emboss.setFont(f);
emboss.setEnabled(false);
setLayout(new BorderLayout());
Panel p = new Panel(new RowLayout(0, 0));
p.add(emboss);
add(p, "North");
}
- Next message: Québec: "Re: convert date and time, please help."
- Previous message: valere: "JS communication with a native [NON-JAVA] plugin"
- In reply to: Québec: "debugger an eternal mystery (reload)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]