Searched refs:filePanel (Results 1 – 2 of 2) sorted by relevance
63 JPanel filePanel; field in RBStatisticsPanel221 filePanel = new JPanel(); in initComponents()237 filePanel.setLayout(new BorderLayout()); in initComponents()241 filePanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(), in initComponents()286 filePanel.removeAll(); in initComponents()287 filePanel.add(numFileLabel, BorderLayout.NORTH); in initComponents()288 filePanel.add(fileScroll, BorderLayout.CENTER); in initComponents()289 filePanel.add(fileButton, BorderLayout.SOUTH); in initComponents()308 mainBox.add(filePanel); in initComponents()
333 JPanel filePanel = new JPanel(new FlowLayout(FlowLayout.LEFT)); in initComponents() local347 …filePanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("import_file_conflic… in initComponents()422 filePanel.add(fileBox); in initComponents()426 midBox.add(filePanel); in initComponents()