Search:

Type: Posts; User: macko

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,730

    [SOLVED] Re: The button wouldn't show on the panel

    As for the rest adding panels inside panels etc..

    try using a for loop



    //for loop to initialize all panels.
    ...
    ...
    //add the panels to another panel you want them in...
  2. Replies
    7
    Views
    1,730

    [SOLVED] Re: The button wouldn't show on the panel

    Sorry, Keep getting carried away in helping others. Somethings though you do need to agree that viewing somebodys solution can benifit you to see how they have produced the outcome.

    If you are...
  3. Replies
    7
    Views
    1,730

    [SOLVED] Re: The button wouldn't show on the panel

    There u go add the rest from here:



    import javax.swing.*;


    public class ResPanel extends JFrame{

    private static final long serialVersionUID = 1L;
Results 1 to 3 of 3