Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java36 JScrollPane listScrolls[]; field in RBUntranslatedPanel
196 listScrolls = new JScrollPane[langCount]; in initComponents()
217 listScrolls[count] = new JScrollPane(untransLists[count]); in initComponents()
224 mainPanels[count].add(listScrolls[count], BorderLayout.CENTER); in initComponents()