screenshots.html revision db267bc191f906f55eaef21a27110cce2ec57fdf
1<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//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<h2>Screenshots</h2>
12
13<table><tr><td>
14<a href="screenshot_gui1.gif" target="other">
15<img src="screenshots_gui_small.gif" width="320" height="223" align="right"
16  alt="GUI screenshot" usemap="#guimap"></a>
17
18<map id="guimap" name="guimap">
19<area shape="rect" coords="2,7,46,16"  alt="ProGuard"     href="screenshot_gui1.gif" target="other">
20<area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
21<area shape="rect" coords="2,28,46,37" alt="Shrinking"    href="screenshot_gui3.gif" target="other">
22<area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
23<area shape="rect" coords="2,49,46,58" alt="Obfuscation"  href="screenshot_gui5.gif" target="other">
24<area shape="rect" coords="2,59,46,69" alt="Information"  href="screenshot_gui6.gif" target="other">
25<area shape="rect" coords="2,70,46,79" alt="Process"      href="screenshot_gui7.gif" target="other">
26<area shape="rect" coords="2,80,46,90" alt="ReTrace"      href="screenshot_gui8.gif" target="other">
27</map>
28
29The graphical user interface to <b>ProGuard</b> works like a wizard. It allows
30you to browse through the presented tabs and fill them out.
31<p>
32You can click on the small tab buttons to see the full-size versions of the
33tabs.
34
35</td></tr>
36<tr><td>
37<a href="screenshot_console.gif" target="other">
38<img src="screenshot_console_small.gif" width="320" height="268" align="left"
39  alt="Console screenshot"></a>
40
41Of course, real developers don't need all this point-and-click fluff. They
42write a short configuration file using their favorite text editor and invoke
43<b>ProGuard</b> from the command-line.
44<p>
45You can click on the image to see the full-size version.
46
47</td></tr></table>
48<p>
49
50<hr>
51<address>
52Copyright &copy; 2002-2009
53<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
54</address>
55</body>
56</html>
57