Searched refs:botPanel (Results 1 – 2 of 2) sorted by relevance
111 JPanel botPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); in initComponents() local114 botPanel.add(commitButton); in initComponents()117 add(botPanel, BorderLayout.SOUTH); in initComponents()
326 JPanel botPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); in initComponents() local437 botPanel.add(cancelButton); in initComponents()438 botPanel.add(importButton); in initComponents()443 getContentPane().add(botPanel, BorderLayout.SOUTH); in initComponents()