OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commentsTextArea
(Results
1 - 3
of
3
) sorted by null
/external/proguard/src/proguard/gui/
ClassSpecificationDialog.java
52
private final JTextArea
commentsTextArea
= new JTextArea(4, 20);
160
JScrollPane commentsScrollPane = new JScrollPane(
commentsTextArea
);
390
commentsTextArea
.setText(comments == null ? "" : comments);
436
String comments =
commentsTextArea
.getText();
/external/proguard/lib/
proguardgui.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar
Completed in 6584 milliseconds