Search:

Type: Posts; User: sephskie

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,247

    what wrong with this??

    import java.applet.Applet.*;
    import java.awt.*;
    import java.awt.event.*;

    public class assign extends Applet implements ActionListener{
    TextField txt1;

    Buttons...
  2. Thread: JAVA DOWNLOAD

    by sephskie
    Replies
    1
    Views
    1,204

    JAVA DOWNLOAD

    where can i download java so i can practice my java programming skills at my computer?
  3. Replies
    2
    Views
    3,934

    APPLET TUTORIAL FOR BEGINNERS LIKE ME!

    :o please help . .
  4. Thread: help please.

    by sephskie
    Replies
    2
    Views
    1,399

    Re: help please.

    yeah i know. . :(( for this time i will do simple calculator, i can explain all in switch and if else statements, i cant blame my professor because of not teaching that particular part in gui , but...
  5. Thread: help please.

    by sephskie
    Replies
    2
    Views
    1,399

    help please.

    my prof assign me to make an calculator, its our finals, yes i can make a calculator using switch case if else.. statements, but my prof says its better if i use GUI in java (even he's not teach as...
  6. Replies
    2
    Views
    1,266

    Re: help me , im confused!!!!

    thanks it really helps . :D iLy lol
  7. Replies
    2
    Views
    1,266

    help me , im confused!!!!

    import java.util.Scanner;
    public class Eiks
    {
    public static void main (String args [])
    {
    Scanner scan = new Scanner (System.in);
    int base, exponent;
    int ans;
    System.out.println("Enter...
Results 1 to 7 of 7