Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,865

    Re: BoxLayout: Sharing ISN'T Caring... :(

    GridLayout doesn't take the component as a parameter so this situation can't happen. Same for GridBagLayout. I'm think other Layout Managers are the same way (these are the two main layouts I use).
    ...
  2. Replies
    5
    Views
    1,865

    Re: BoxLayout: Sharing ISN'T Caring... :(

    Your confusion is probably due to the way Java manages object references.

    Initially, gameModePanel points to some panel (or more likely, null).

    In the first example, you pass that old panel (or...
Results 1 to 2 of 2