Searched refs:listScrolls (Results 1 – 1 of 1) sorted by relevance
36 JScrollPane listScrolls[]; field in RBUntranslatedPanel196 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()