this.size = 12;
messageHolder = new CustomPanel(u);
messageHolder.setLayout(new BoxLayout(messageHolder, BoxLayout.PAGE_AXIS));
messageHolder.setBackground(Color.LIGHT_GRAY);
messageHolder.addMouseListener(new SelectingUserListener(mainView));
JPanel chatOptionPanel = new JPanel();
chatOptionPanel.setBorder(new EtchedBorder(EtchedBorder.LOWERED, null, null));
this.add(chatOptionPanel, BorderLayout.SOUTH);
chatOptionPanel.setLayout(new BorderLayout(0, 0));