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 <script type="text/javascript" language="JavaScript"> 9 <!-- 10 if (window.self==window.top) 11 window.top.location.replace("index.html#"+window.location.pathname+window.location.hash); 12 else { 13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), ""); 14 if (window.top.location.hash!=hash) 15 window.top.location.hash=hash; 16 } 17 //--> 18 </script> 19 </head> 20 <body> 21 22 <h2>Screenshots</h2> 23 24 <table><tr><td> 25 <a href="screenshot_gui1.gif" target="other"> 26 <img src="screenshots_gui_small.gif" width="320" height="223" align="right" 27 alt="GUI screenshot" usemap="#guimap" /></a> 28 29 <map id="guimap" name="guimap"> 30 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> 31 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> 32 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> 33 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> 34 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> 35 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> 36 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> 37 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other"> 38 </map> 39 40 The graphical user interface to <b>ProGuard</b> works like a wizard. It allows 41 you to browse through the presented tabs and fill them out. 42 <p> 43 You can click on the small tab buttons to see the full-size versions of the 44 tabs. 45 46 </td></tr> 47 <tr><td> 48 <a href="screenshot_console.gif" target="other"> 49 <img src="screenshot_console_small.gif" width="320" height="268" align="left" 50 alt="Console screenshot" /></a> 51 52 Of course, real developers don't need all this point-and-click fluff. They 53 write short configuration files using their favorite text editors and invoke 54 <b>ProGuard</b> from the command-line. 55 <p> 56 You can click on the image to see the full-size version. 57 58 </td></tr></table> 59 60 <hr /> 61 <noscript><div><a target="_top" href="index.html" class="button">Show menu</a></div></noscript> 62 <address> 63 Copyright © 2002-2011 64 <a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>. 65 </address> 66 </body> 67 </html> 68