blob: 9d0944871a5e3a2f20836470765eb42ea8785ce8 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Примеры форм графического интерфейса</title>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2007, 2016 Oracle and/or its affiliates. All rights reserved.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common
Development and Distribution License("CDDL") (collectively, the
"License"). You may not use this file except in compliance with the
License. You can obtain a copy of the License at
http://www.netbeans.org/cddl-gplv2.html
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
specific language governing permissions and limitations under the
License. When distributing the software, include this License Header
Notice in each file and include the License file at
nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
particular file as subject to the "Classpath" exception as provided
by Oracle in the GPL Version 2 section of the License file that
accompanied this code. If applicable, add the following below the
License Header, with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
If you wish your version of this file to be governed by only the CDDL
or only the GPL Version 2, indicate your decision by adding
"[Contributor] elects to include this software in this distribution
under the [CDDL or GPL Version 2] license." If you do not indicate a
single choice of license, a recipient has the option to distribute
your version of this file under either the CDDL, the GPL Version 2 or
to extend the choice of license to its licensees as provided above.
However, if you add GPL Version 2 code and therefore, elected the GPL
Version 2 license, then the option applies only if the new code is
made subject to such option by the copyright holder.
Contributor(s):
-->
<link rel="stylesheet" type="text/css" href="netbeans.css" media="screen">
</head>
<body>
<br>
<h1 align="">Описания примеров форм графического интерфейса</h1>
<p>
Этот проект содержит три визуальные формы, спроектированные при помощи GUI Builder среды IDE. </p>
<p><strong>Открытие примера формы в GUI Builder.</strong></p>
<ol>
<li>Перейдите в диалоговом окне проектов среды IDE к узлу пакета по умолчанию <br> каталога "Исходные файлы".</li>
<br>
<li>Дважды щелкните узел примера формы, который необходимо просмотреть.
<p>В среде IDE будет запущен GUI Builder и отображена выбранная форма.
</p></li>
</ol>
<br>
<h2>Редактор контактов</h2>
<p>Эта сложная форма аналогична диалоговым окнам в системе Windows, типично используемых для просмотра и редактирования записей базы данных. В приведенном примере рассматривается полный набор функций GUI Builder, включая выравнивание, привязку, отступы, поведение при автоматическом изменении размера во время выполнения. Для просмотра более подробного учебного курса о построении этой формы, включая демонстрации в формате Flash, обратитесь к разделу <a href="http://netbeans.org/kb/60/java/quickstart-gui.html">Проектирование GUI Swing в среде IDE NetBeans</a>.</p>
<br>
<h2>Параметры антенны</h2>
<p>Этот пример иллюстрирует тип формы на основе таблицы, используемой для отображения необходимых сведений в визуально когерентных группах. Расширенные функции выравнивания в GUI Builder позволяют последовательно группировать и изменять размер несмежных компонентов (например, меток, текстовых полей и кнопок) без необходимости объединения ячеек вручную.
</p>
<br>
<h2>Найти</h2>
<p>Эта элементарная форма иллюстрирует простую структуру, которая часто используется в различных приложениях, требующих наличие базовой функции поиска. Функции выравнивания и изменения размера в GUI Builder позволяют быстро создавать подобные формы с предсказуемым расположением.
</p>
</body>
</html>