2011-11-09 13:10:50 -05:00

48 lines
2.0 KiB
HTML

<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Case Properties Window</title>
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h2>Case Properties Window</h2>
<p>
Case Properties Window is the window where you can check some information about the currently opened case (case name, case creation date, case directory, and images in this case.
<br><br>
In this window, you can also do the following things:
<ul>
<li>Change/update the case name</li>
<li>Delete the current case</li>
<li>Remove image(s) from the current case</li>
</ul>
</p>
<h2>How to Open Case Properties Window</h2>
<p>
To open the "Case Properties" window, go to "File" and then select "Case Properties..." <br><br>
</p>
<h2>Example</h2>
<p>
Here's an example of the "Case Properties" window: <br>
<img src="CasePropertiesHelp.png" alt="Case Properties Help" />
</p>
</body>
</html>
<!--
Tip: to create a link which will open in an external web browser, try:
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
<param name="content" value="http://www.netbeans.org/">
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
<param name="textFontSize" value="medium">
<param name="textColor" value="blue">
</object>
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
(This link will behave sanely if that module is disabled or missing.)
-->