Hello.
Why is it that when I add panels of a set size to a frame container of a set size, that the panels just fill the size of the panel and do not take on the dimension I give them? I want to achieve this without using the
IDE please. As an example, I include some simple code below. Can anyone point out to me why the panel sizing has not affected the resulting panels
import java.awt.*;
import javax.swing.*;
import javax.swing.border.Border;
Thanks,
Colm