I'm writing an applet and want to pass an array through an html applet tag. I've done so before with normal variable by doing this.
<APPLET
code = "Lams1.class"
width = "500"
height = "300"
>
<param name = DemandMin value=99>
</APPLET>
and then using a...
Hi, i'm having problems with some java apps. i'm running several apps off a CD that runs through a table of contents page. After running a few of them, they start to break and freeze up. I ran them while watching the task manager and it appears to be a memory leak. when I start the T.O.C. I have...
Hi, I'm having a very odd problem with some applets I have created. Most the time that i run them, they work just fine, but sometimes they freeze up. Is this a system problem or could it be something in the code. I would greatly appreciate any and all helpfull advice. Thanks.
Hi, I have a group of 23 different classes that use each other to create supply and demand graphs. These graphs have slider bars and small grabable squares that are designed to allow users to move the graph lines around and see the interaction on the graphs. The problem that i'm having is that...
hi, i'm trying to use the command g.drawSring to post the value of a variable of type double to an applet screen. i'm wondering if anyone knows a way to tell it to only go two places after the decimal point. any help is greatly appreciated. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.