Sunday, June 29, 2008

What Application do I install so I can run a java application on a windows 95 PC?

Also a URL would be nice?

cheers

I uploaded the pictures on Flickr. I m just worried because the roots are exposed. Will the roots eventually grab on to the driftwood and in how many days? Note that some parts of the root were wedged into a gap in the driftwood. Also the java ferns were just wedged into the holes of the wood.

Any other plants I could add? Will I need an extra CO2 source- fertilizer or even more lights? All the equipment came from aqueon s delux 10g set.

Lastly hows my overall tank looking so far?
http://www.flickr.com/photos/8531142@N03/?saved=1

hello- i got this problem where i can t load silab client i go to the site silabsoft.org but it loads with java and then after java is finished loading it shows blank white screen the game don t even load i read on one thing it said it may not be allowing files but how can i fix it?

// The program is as under

package MyPack;

class Balance
{
String name;
double bal;
Balance(String n- double b)
{name = n;
bal = b;}
void show()
{
if(bal<0)
System.out.print("â€"> ");
System.out.println(name + ": $" + bal);
}
}
class AccountBalance
{
public static void main(String args[])
{
Balance current[] = new Balance[3];
current[0] = new Balance("K. J. Fielding"- 123.23);
current[1] = new Balance("Will Tell"- 157.02);
current[2] = new Balance("Tom Jackson"- -12.33);
for(int i=0; i<3; i++) current[i].show();
}

}

regarding some topics which is in te books-sme more informatio about it

{
String details = tDisplay.getText() + "\nRoll Number:\t"+info.rollno + "\nStudent Name:\t"+ info.studentname + "\nExam Name:\t" + info.examname + "\n\nReading:\t\t"+info.reading + "\t\t\tWriting:\t"+ info.writing + "\nMathematics:\t\t" + info.Mathematics + "\n";
tDisplay.setText(details + "\n****************************************************************************************\n");
info = nameList.displayNextNode();
}
{
String details = tDisplay.getText() + "\nRoll Number:\t"+info.rollno + "\nStudent Name:\t"+ info.studentname + "\nExam Name:\t" + info.examname + "\n\nReading:\t\t"+info.reading + "\t\t\tWriting:\t"+ info.writing + "\nMathematics:\t\t" + info.Mathematics + "\n";
tDisplay.setText(details + "\n****************************************************************************************\n");
info = nameList.displayNextNode();
}

I cannot past the whole program pls can any one contact me on my email ID braindamage1234 via chat

No comments: