Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: scheenstra
  • Content: Threads
  • Order by date
  1. scheenstra

    passing an array in an applet tag

    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 = &quot;Lams1.class&quot; width = &quot;500&quot; height = &quot;300&quot; > <param name = DemandMin value=99> </APPLET> and then using a...
  2. scheenstra

    Memory Leak?

    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...
  3. scheenstra

    Makes no Sense!?!

    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.
  4. scheenstra

    Inconsistant Problems

    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...
  5. scheenstra

    Syntax question

    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

Part and Inventory Search

Back
Top