Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java205 GridBagConstraints welcomeTextAreaConstraints = new GridBagConstraints(); in ProGuardGUI() local
206 welcomeTextAreaConstraints.gridwidth = GridBagConstraints.REMAINDER; in ProGuardGUI()
207 welcomeTextAreaConstraints.fill = GridBagConstraints.NONE; in ProGuardGUI()
208 welcomeTextAreaConstraints.weightx = 1.0; in ProGuardGUI()
209 welcomeTextAreaConstraints.weighty = 0.01; in ProGuardGUI()
210 welcomeTextAreaConstraints.anchor = GridBagConstraints.CENTER;//NORTHWEST; in ProGuardGUI()
211 welcomeTextAreaConstraints.insets = new Insets(20, 40, 20, 40); in ProGuardGUI()
309 proGuardPanel.add(welcomeTextArea, welcomeTextAreaConstraints); in ProGuardGUI()