Search:

Type: Posts; User: j831526

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,543

    Re: BorderLayout displays only Center area

    Greg,

    That fixed things, and your code comments were very helpful.

    Thanx - Charlie
  2. Replies
    4
    Views
    1,543

    Re: BorderLayout displays only Center area

    Here's the code again properly formatted (I hope). Thanks Greg Brannon for the link to the formatting stuff:)


    public class Test1_panel extends JPanel {
    public Test1_panel(Color c) {
    ...
  3. Replies
    4
    Views
    1,543

    BorderLayout displays only Center area

    Only the BorderLayout.CENTER displays, and it fills the frame. If I comment out the red center, I get a white center (default I assume) filling the frame. I'm obviously missing something basic, but I...
Results 1 to 3 of 3