Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    10,080

    Re: Balloon.java, what in the world do i do?

    Oh crap, I hate subtle mistakes. I make the same mistake sometimes on loops. To indicate an end of a line or piece of code, you use the ; symbol. You do not, however, include that symbol when you are...
  2. Replies
    13
    Views
    10,080

    Re: Balloon.java, what in the world do i do?

    I was trying to separate the difference between a class with a main method and an object class. I just didnt know what to call it. I figured that since the main method is not capitalized, then it...
  3. Replies
    13
    Views
    10,080

    Re: Balloon.java, what in the world do i do?

    I'm not talking about a class named Main, but a Main Class (a class with the Main).

    If I'm wrong, that is news to me. I know applets are different, but for Applications, all programs need a Main.
  4. Replies
    13
    Views
    10,080

    Re: Balloon.java, what in the world do i do?

    Ok, let me step you through this because it is JAVA 101 and I want to make sure it makes sense to you.

    There are three types of Classes in JAVA.
    1) The Main Class
    2) An Object Class
    3) An...
  5. Replies
    13
    Views
    10,080

    Re: Balloon.java, what in the world do i do?

    public class BalloonTester
    ...
    public Balloon(String balloonthing, int 100) //THIS portion ALWAYS gives me an error no matter what i type.


    This is something very subtle in Java. The name of...
Results 1 to 5 of 5