Search:

Type: Posts; User: cool_techie

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,525

    Re: A method not being resolved?

    Ask yourself: "I defined reader inside main and trying to use it inside playBlackjack() without passing as a parameter. Why in the world the compiler won't complain.".
    You should modify your...
  2. Thread: GUI issue

    by cool_techie
    Replies
    8
    Views
    1,214

    Re: GUI issue

    One apparent problem that I see is that you are trying to do absolute positioning for your gui components (buttons) without setting the layout manager to null. You must make a call to setLayout(null)...
  3. Replies
    2
    Views
    3,380

    [SOLVED] Re: Passing 2D array to method

    To me you seem to be at pre beginner level. The grades is not visible in the second loop because it was declared the first for loop and is visible only inside the first for loop. It wont work unless:...
Results 1 to 3 of 3