Search found 3 matches

by chicosci
Thu May 11, 2006 12:30 pm
Forum: Java
Topic: can u help me to make an calculator...or scientific
Replies: 1
Views: 1063

its been 5 months,,, no one answer...ok..tnx...
i solve it now...sence january....
:)
by chicosci
Thu May 11, 2006 12:27 pm
Forum: Java
Topic: the run or compile shows nothing in text pad.
Replies: 2
Views: 1331

hmmmmmmmmm...try to put a class name.....

like this....

class r
{
public static void main(String args[])
System.out.println("Hello");
}


this program..is look familiar for me...
just try.....
by chicosci
Thu Dec 08, 2005 12:31 am
Forum: Java
Topic: can u help me to make an calculator...or scientific
Replies: 1
Views: 1063

can u help me to make an calculator...or scientific

im a beginner an i want to create to try this program to learn....can u help me to create an calculator... heres my example: ---------------------------------------------------------------------------------- import java.awt.*; import java.awt.event.*; public class Mycalcu extends Frame implements ...