6 public class PtMainPanel
11 //setLayout(new BorderLayout());
13 /* BoxLayout along x-axis may not be what we want here, this is just a
14 * quick and dirty solution to get panels to resize with frame resize
16 setLayout(new BoxLayout(this, BoxLayout
.X_AXIS
));
18 add(new StudentPanel());
19 add(new SessionPanel());