Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java68 private final ClassPathPanel libraryPanel = new ClassPathPanel(this, false); field in ProGuardGUI
315 programPanel.addCopyToPanelButton("moveToLibraries", "moveToLibrariesTip", libraryPanel); in ProGuardGUI()
316 libraryPanel.addCopyToPanelButton("moveToProgram", "moveToProgramTip", programPanel); in ProGuardGUI()
322 panelButtons.addAll(libraryPanel.getButtons()); in ProGuardGUI()
326 addBorder(libraryPanel, "libraryJars" ); in ProGuardGUI()
330 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints); in ProGuardGUI()
947 libraryPanel.setClassPath(configuration.libraryJars); in setProGuardConfiguration()
1088 configuration.libraryJars = libraryPanel.getClassPath(); in getProGuardConfiguration()