Search:

Type: Posts; User: Onur

Search: Search took 0.55 seconds.

  1. Replies
    5
    Views
    2,832

    [SOLVED] Re: Adding Scrollpane to jPanel

    Apparently i understood this example all wrong. I will research on it, thank you norm.

    Edit: I read so many articles and i saw that if you want to create an advanced GUI, you have to use hard...
  2. Replies
    5
    Views
    2,832

    [SOLVED] Re: Adding Scrollpane to jPanel

    Aren't these codes adding ?


    JScrollPane scroll = new JScrollPane(panelVertical,JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
    mainPanel.add(panelVertical);
  3. Replies
    5
    Views
    2,832

    [SOLVED] Adding Scrollpane to jPanel

    I have trouble with adding scrollpane to jpanel. I can't find what is the problem, when i run the program scrollpane is not showing.



    import java.awt.Dimension;
    import java.awt.GridLayout; ...
Results 1 to 3 of 3