Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java67 private final ClassPathPanel libraryPanel = new ClassPathPanel(this, false); field in ProGuardGUI
316 programPanel.addCopyToPanelButton("moveToLibraries", "moveToLibrariesTip", libraryPanel); in ProGuardGUI()
317 libraryPanel.addCopyToPanelButton("moveToProgram", "moveToProgramTip", programPanel); in ProGuardGUI()
323 panelButtons.addAll(libraryPanel.getButtons()); in ProGuardGUI()
327 addBorder(libraryPanel, "libraryJars" ); in ProGuardGUI()
331 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints); in ProGuardGUI()
954 libraryPanel.setClassPath(configuration.libraryJars); in setProGuardConfiguration()
1098 configuration.libraryJars = libraryPanel.getClassPath(); in getProGuardConfiguration()
/external/proguard/lib/
Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ ...