Searched refs:topInnerPanel (Results 1 – 1 of 1) sorted by relevance
328 JPanel topInnerPanel = new JPanel(new BorderLayout()); in initComponents() local431 topInnerPanel.add(sourceLabel, BorderLayout.CENTER); in initComponents()432 topInnerPanel.add(fileChooseButton, BorderLayout.EAST); in initComponents()435 topPanel.add(topInnerPanel, BorderLayout.CENTER); in initComponents()