Search:

Type: Posts; User: madkris

Search: Search took 0.07 seconds.

  1. Replies
    11
    Views
    2,438

    Re: [SOLVED] merging java classes

    I swear I tried doing that last night.. I must have missed something. Will try to see where I went wrong since I still have a copy of what I did last night.

    thank you very much. :D
  2. Replies
    11
    Views
    2,438

    Re: [SOLVED] merging java classes

    Yes, I am. Reading about nested classes atm. Will try to search google for more info about it.
  3. Replies
    11
    Views
    2,438

    Re: [SOLVED] merging java classes

    question: is there a way to have both classes in a single java file but with doinput class outside of the Main class? how?

    i get lost often with this pair of code still want to have them in a...
  4. Replies
    11
    Views
    2,438

    Re: merging java classes

    ahh right. Thanks for the help.
  5. Replies
    11
    Views
    2,438

    Re: merging java classes

    works wonderfully.

    so i dont have to declare any other class when its under the Main class?
  6. Replies
    11
    Views
    2,438

    Problem in merging two java classes

    Hi,

    I have two java codes Main.java and doinput.java, i wanted to have them into a single java file.I tried it like this

    import java.io.*;
    import java.util.StringTokenizer;

    class Main {...
Results 1 to 6 of 6