Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Help in netbeans

    by Norm
    Replies
    8
    Views
    982

    Re: Help in netbeans

    Sorry, I don't know anything about netbeans's projects.

    One of the classes needs to have a main() method where the program's execution starts. The code in that class can create instances of all...
  2. Thread: Help in netbeans

    by Norm
    Replies
    8
    Views
    982

    Re: Help in netbeans

    One confusing part is that both classes have main() methods indicating that they are intended to be executed as the MAIN program. One of the classes must be subordinate to the other. One class is...
  3. Thread: Help in netbeans

    by Norm
    Replies
    8
    Views
    982

    Re: Help in netbeans

    You have posted two separate, independent classes which would be executed as separate programs.
    Where is there supposed to be any connection between these two classes?
  4. Thread: Help in netbeans

    by Norm
    Replies
    8
    Views
    982

    Re: Help in netbeans

    Can you make a small, complete program that compiles, executes and shows the problem? It should have the minimum code needed to show the problem.
Results 1 to 4 of 4