Searched refs:consoleScrollPane (Results 1 – 1 of 1) sorted by relevance
524 JScrollPane consoleScrollPane = new JScrollPane(consoleTextArea); in ProGuardGUI() local525 consoleScrollPane.setBorder(new EmptyBorder(1, 1, 1, 1)); in ProGuardGUI()526 addBorder(consoleScrollPane, "processingConsole"); in ProGuardGUI()529 processPanel.add(consoleScrollPane, stretchPanelConstraints); in ProGuardGUI()