Home
last modified time | relevance | path

Searched refs:botPanel (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBProjectItemPanel.java111 JPanel botPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); in initComponents() local
114 botPanel.add(commitButton); in initComponents()
117 add(botPanel, BorderLayout.SOUTH); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java326 JPanel botPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); in initComponents() local
437 botPanel.add(cancelButton); in initComponents()
438 botPanel.add(importButton); in initComponents()
443 getContentPane().add(botPanel, BorderLayout.SOUTH); in initComponents()