Search:

Type: Posts; User: beer-in-box

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    3,523

    [SOLVED] Re: CardLayout does not show my content

    Damn...
    It is obvious now of course but... I thought the CardLayout is a little different than others and so I do not need this:

    rightPanel.add(panelOne);
    rightPanel.add(panelTwo);
    I...
  2. Replies
    6
    Views
    3,523

    [SOLVED] Re: CardLayout does not show my content

    Okay. This is my main class, only calls the GUI:

    public class SolveHere {

    public static void main(String[] args) {
    SolveSomehow m = new SolveSomehow();
    m.setVisible(true);

    }
    }
  3. Replies
    6
    Views
    3,523

    [SOLVED] Re: CardLayout does not show my content

    Norm, I hope this is enough for you to help me. The attached file includes my source file and a compiled app. The source and app only have the codes about the CardLayout.
  4. Replies
    6
    Views
    3,523

    [SOLVED] CardLayout does not show my content

    I have a JFrame, a JSplitPane as the container of the frame.
    On the left side of the splitpane, there are two radio buttons (more to come, but I am stuck).
    On the right side, there is a...
Results 1 to 4 of 4