Searched refs:innerPanel (Results 1 – 1 of 1) sorted by relevance
216 JPanel innerPanel = new JPanel(new BorderLayout()); in initComponents() local263 innerPanel.add(titleLabel, BorderLayout.NORTH); in initComponents()264 innerPanel.add(leftBox, BorderLayout.CENTER); in initComponents()265 innerPanel.add(rightBox, BorderLayout.EAST); in initComponents()266 innerPanel.add(southPanel, BorderLayout.SOUTH); in initComponents()268 add(innerPanel, BorderLayout.NORTH); in initComponents()