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