Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    You need to learn how to use your IDE first. It is showing you errors and you don't know how to use the IDE to find out what the errors are and how to fix them.

    Look for a forum for your IDE and...
  2. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    The code you posted does NOT compile without errors. Your IDE is fooling you.
    You must fix the compiler errors BEFORE you can execute the program.

    Copy and paste the full text of the compiler's...
  3. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    You can not execute a program that does not compile without errors. You must fix the compile errors BEFORE you can execute a priogram.
    Have you fixed the compiler error yet?
    Does the program now...
  4. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    It's a waste of time for me to post coding suggestions. The code in post#22 does not contain the changes I suggested in post#16
  5. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    I guess you are going to have to fire me and hire someone else to help you.

    If you are not going to explain the problems you are having with the code, there is no way anyone can help you.

    If...
  6. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    Do you have any questions or problems? If so, please post your specific questions here with some details about them.
  7. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    Please post your questions on the forum.
  8. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    That statement looks like the beginning of a constructor definition. However, it is inside of the main() method.
    You should end the main() method with a } before starting the definition of the...
  9. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    What statement is on line 20?
  10. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    Please Edit your post and wrap your code with
    <YOUR CODE HERE> to get highlighting
  11. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    That looks like a compiler error.
    What statement is on line 20?
  12. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    I can not see what happens when you execute the code so I am asking you to tell me what you do and what happens when you do it. So far you have said the program starts and displays a GUI. Then...
  13. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    Please explain in some detail.
    What happens when you execute the code?

    Did you try this:
    Try debugging the code by adding printlns to show where the execution flow goes and the values of...
  14. Replies
    31
    Views
    3,311

    Re: Can Somebody check this code?

    What is the program supposed to do?
    Please explain what the program does and why that is not what you want it to do.
    Try debugging the code by adding printlns to show where the execution flow goes...
Results 1 to 14 of 14