1 <!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 5 <meta http-equiv="content-style-type" content="text/css"> 6 <link rel="stylesheet" type="text/css" href="style.css"> 7 <title>ProGuard Screenshots</title> 8 </head> 9 <body> 10 11 <script type="text/javascript" language="JavaScript"> 12 <!-- 13 if (window.self==window.top) 14 document.write('<a class="largebutton" target="_top" href="index.html#screenshots.html">ProGuard index</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> <a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>') 15 //--> 16 </script> 17 <noscript> 18 <a class="largebutton" target="_top" href="index.html#screenshots.html">ProGuard index</a> 19 <a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> 20 <a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> 21 <a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a> 22 </noscript> 23 24 <h2>Screenshots</h2> 25 26 <table><tr><td> 27 <a href="screenshot_gui1.gif" target="other"> 28 <img src="screenshots_gui_small.gif" width="320" height="223" align="right" 29 alt="GUI screenshot" usemap="#guimap" /></a> 30 31 <map id="guimap" name="guimap"> 32 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> 33 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> 34 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> 35 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> 36 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> 37 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> 38 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> 39 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other"> 40 </map> 41 42 The graphical user interface to <b>ProGuard</b> works like a wizard. It allows 43 you to browse through the presented tabs and fill them out. 44 <p> 45 You can click on the small tab buttons to see the full-size versions of the 46 tabs. 47 48 </td></tr> 49 <tr><td> 50 <a href="screenshot_console.gif" target="other"> 51 <img src="screenshot_console_small.gif" width="320" height="268" align="left" 52 alt="Console screenshot" /></a> 53 54 Of course, real developers don't need all this point-and-click fluff. They 55 write short configuration files using their favorite text editors and invoke 56 <b>ProGuard</b> from the command-line. 57 <p> 58 You can click on the image to see the full-size version. 59 60 </td></tr></table> 61 62 <hr /> 63 <address> 64 Copyright © 2002-2014 65 <a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a> @ <a target="top" href="http://www.saikoa.com/">Saikoa</a>. 66 </address> 67 </body> 68 </html> 69