arneweise77
Programmer
Hi!
I´m using a Line2D to get information about the x's, y's in a straightline. Both as an application and an applet.
Because of that Line2D is abstract am using Line2D.Double like:
Line2D.Double line;
line = new Line2D.Double();
And then am using some of it´s functions. Works great so long as am running it as an application, but as an applet am getting an Exception:
java.lang.ClassNotFoundException:java.awt.geom.Line2D$Double
I´m testing with Internet Explorer 6.0.
Anyone knows how to fix this?
Thanks!
I´m using a Line2D to get information about the x's, y's in a straightline. Both as an application and an applet.
Because of that Line2D is abstract am using Line2D.Double like:
Line2D.Double line;
line = new Line2D.Double();
And then am using some of it´s functions. Works great so long as am running it as an application, but as an applet am getting an Exception:
java.lang.ClassNotFoundException:java.awt.geom.Line2D$Double
I´m testing with Internet Explorer 6.0.
Anyone knows how to fix this?
Thanks!