Search:

Type: Posts; User: Zhdophanti

Search: Search took 0.07 seconds.

  1. Re: Multi Dimensional Array help NEEDED URGENT

    maybe you can use this, i found this in another forum discussing the same topic:


    # public static Vector split(String s, char c)
    # {
    # Vector parts = new Vector();
    # ...
  2. Replies
    4
    Views
    9,059

    Re: for loop and while loop problems

    Try this (didn't compile it but i think it should work that way). And by the way, try to read the errors most time they will tell you whats wrong

    "if (x / 5) {" -> x / 5 is no boolean expression,...
  3. Replies
    5
    Views
    3,074

    Re: If-Else Statement help

    Well i guess it is cause you can't use "System.in" for applets

    I have found this link explaining how to get key input in applets:
    Applet Tutorial: Keyboard Input

    I hope you can use it for...
  4. Replies
    5
    Views
    3,074

    Re: If-Else Statement help

    Hi,

    i will try to help you out a bit :)

    The method "public static void main(String[] args)" is basically only needed as entry point for standard java programs, if your applet is run from a...
Results 1 to 4 of 4