Searched refs:jPanelBottom (Results 1 – 1 of 1) sorted by relevance
66 JPanel jPanelBottom = new JPanel(); field in RBManagerGUI205 jPanelBottom.setMaximumSize(dimBottomMax); in initComponents()206 jPanelBottom.setMinimumSize(dimBottomMin); in initComponents()207 jPanelBottom.setBorder(BorderFactory.createLineBorder(Color.black)); in initComponents()208 jPanelBottom.setLayout(new BorderLayout(1,1)); in initComponents()209 jPanelBottom.removeAll(); in initComponents()210 jPanelBottom.add(jSplitPaneMain, BorderLayout.CENTER); in initComponents()219 getContentPane().add(jPanelBottom, BorderLayout.CENTER); in initComponents()