Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java328 JPanel topInnerPanel = new JPanel(new BorderLayout()); in initComponents() local
431 topInnerPanel.add(sourceLabel, BorderLayout.CENTER); in initComponents()
432 topInnerPanel.add(fileChooseButton, BorderLayout.EAST); in initComponents()
435 topPanel.add(topInnerPanel, BorderLayout.CENTER); in initComponents()