Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 489dab269d58dad0944546ee8436b5504adff8d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />

<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>Opening the Miniature View and the JPA Details View</title>

<!-- contents -->
</head>
<body>

	<div class="sect1">
		<!-- infolevel="all" infotype="General" -->
		<h1>Opening the Miniature View and the JPA Details View</h1>
		<td><div>
				<ol>
					<li><p>Click upon the JPA diagram with the secondary mouse
							button.</p></li>
					<li><p>
							Choose <i>Open Miniature View</i> or <i>Open JPA Details View</i>,
							respectively.
						</p></li>
					<li><p>
							To save the diagram as an image, choose <i>Save as Image</i>.
						</p></li>
				</ol>
			</div>
			<div>
				<p>
					<img src="../img/jpa_miniature_view.gif"
						alt="JPA Editor Miniature view."
						title="JPA Editor Miniature view." />
				</p>
				<br />
			</div>
		</td>
	</div>
</body>
</html>

Back to the top