Searched refs:welcomeTextArea (Results 1 – 1 of 1) sorted by relevance
298 JTextArea welcomeTextArea = new JTextArea(msg("proGuardInfo"), 18, 50); in ProGuardGUI() local299 welcomeTextArea.setOpaque(false); in ProGuardGUI()300 welcomeTextArea.setEditable(false); in ProGuardGUI()301 welcomeTextArea.setLineWrap(true); in ProGuardGUI()302 welcomeTextArea.setWrapStyleWord(true); in ProGuardGUI()303 welcomeTextArea.setPreferredSize(new Dimension(0, 0)); in ProGuardGUI()304 welcomeTextArea.setBorder(new EmptyBorder(20, 20, 20, 20)); in ProGuardGUI()305 addBorder(welcomeTextArea, "welcome"); in ProGuardGUI()309 proGuardPanel.add(welcomeTextArea, welcomeTextAreaConstraints); in ProGuardGUI()