HomeSort by relevance Sort by last modified time
    Searched full:textconstraints (Results 1 - 1 of 1) sorted by null

  /external/proguard/src/proguard/gui/
FilterDialog.java 76 GridBagConstraints textConstraints = new GridBagConstraints();
77 textConstraints.gridwidth = GridBagConstraints.REMAINDER;
78 textConstraints.fill = GridBagConstraints.HORIZONTAL;
79 textConstraints.weightx = 1.0;
80 textConstraints.weighty = 1.0;
81 textConstraints.anchor = GridBagConstraints.NORTHWEST;
82 textConstraints.insets = new Insets(10, 10, 10, 10);
140 filterPanel.add(explanationTextArea, textConstraints);

Completed in 864 milliseconds