JFrame prog = new JFrame("Chris's file synchronization");

GridLayout topPanel = new GridLayout(4,1);
prog.setLayout(topPanel);

JPanel P1 = new JPanel(); ...