Searched refs:ProGuardGUI (Results 1 – 11 of 11) sorted by relevance
47 # The entry point: ProGuardGUI and its main method.49 -keep public class proguard.gui.ProGuardGUI {
47 -keep public class proguard.gui.ProGuardGUI {
67 // The entry point: ProGuardGUI and its main method.69 keep 'public class proguard.gui.ProGuardGUI { \
68 keep 'public class proguard.gui.ProGuardGUI { \
2 Main-Class: proguard.gui.ProGuardGUI
43 public class ProGuardGUI extends JFrame class169 public ProGuardGUI() in ProGuardGUI() method in ProGuardGUI881 int returnVal = fileChooser.showDialog(ProGuardGUI.this, msg("ok")); in createBrowseButton()896 final OptimizationsDialog optimizationsDialog = new OptimizationsDialog(ProGuardGUI.this); in createOptimizationsButton()1502 int returnValue = configurationChooser.showOpenDialog(ProGuardGUI.this); in actionPerformed()1521 int returnVal = configurationChooser.showSaveDialog(ProGuardGUI.this); in actionPerformed()1615 int returnValue = fileChooser.showOpenDialog(ProGuardGUI.this); in actionPerformed()1726 ProGuardGUI gui = new ProGuardGUI(); in main()
129 ProGuardGUI.systemOutRedirected = false; in run()
135 ProGuardGUI.systemOutRedirected = false; in run()
25 PROGUARD_GUI=proguard/gui/ProGuardGUI
16 javac -sourcepath src -d classes src/proguard/gui/ProGuardGUI.java
25 PROGUARD_GUI = proguard/gui/ProGuardGUI