diff options
author | Joe Onorato <joeo@android.com> | 2009-08-31 10:12:00 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2009-08-31 10:12:00 -0700 |
commit | b72c5c2e5482cf10117b2b25f642f7616b2326c3 (patch) | |
tree | f02ba1bc29f4fe6853d9b7008eed37cdcfb96e81 /docs/screenshots.html | |
parent | a23344a828357fe4b6596f8af5fed467d72757ab (diff) | |
download | external_proguard-b72c5c2e5482cf10117b2b25f642f7616b2326c3.tar.gz external_proguard-b72c5c2e5482cf10117b2b25f642f7616b2326c3.tar.bz2 external_proguard-b72c5c2e5482cf10117b2b25f642f7616b2326c3.zip |
ProGuard 4.4android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0_r1android-2.0.1_r1
Diffstat (limited to 'docs/screenshots.html')
-rw-r--r-- | docs/screenshots.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/screenshots.html b/docs/screenshots.html new file mode 100644 index 0000000..8718839 --- /dev/null +++ b/docs/screenshots.html @@ -0,0 +1,56 @@ +<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="content-style-type" content="text/css"> +<link rel="stylesheet" type="text/css" href="style.css"> +<title>ProGuard Screenshots</title> +</head> +<body> + +<h2>Screenshots</h2> + +<table><tr><td> +<a href="screenshot_gui1.gif" target="other"> +<img src="screenshots_gui_small.gif" width="320" height="223" align="right" + alt="GUI screenshot" usemap="#guimap"></a> + +<map id="guimap" name="guimap"> +<area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> +<area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> +<area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> +<area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> +<area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> +<area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> +<area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> +<area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other"> +</map> + +The graphical user interface to <b>ProGuard</b> works like a wizard. It allows +you to browse through the presented tabs and fill them out. +<p> +You can click on the small tab buttons to see the full-size versions of the +tabs. + +</td></tr> +<tr><td> +<a href="screenshot_console.gif" target="other"> +<img src="screenshot_console_small.gif" width="320" height="268" align="left" + alt="Console screenshot"></a> + +Of course, real developers don't need all this point-and-click fluff. They +write a short configuration file using their favorite text editor and invoke +<b>ProGuard</b> from the command-line. +<p> +You can click on the image to see the full-size version. + +</td></tr></table> +<p> + +<hr> +<address> +Copyright © 2002-2009 +<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>. +</address> +</body> +</html> |