This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 82cbf8291 Update quickstart-gui.adoc: Link and bold typo
     new 7fd69a814 Merge pull request #636 from christoph-petzold/patch-1
82cbf8291 is described below

commit 82cbf8291b4a892999b78abec489123174331e75
Author: christoph-petzold <m...@cpetzold.de>
AuthorDate: Wed Jan 18 21:14:16 2023 +0100

    Update quickstart-gui.adoc: Link and bold typo
    
    - try to fix section link, see: 
https://github.com/apache/netbeans-website/pull/634#issuecomment-1387705785
    - fix bold white space typo
---
 .../src/content/kb/docs/java/quickstart-gui.adoc               | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart-gui.adoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart-gui.adoc
index 1d271ec91..f4954d644 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart-gui.adoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart-gui.adoc
@@ -93,10 +93,10 @@ When we added the JFrame container, the IDE opened the 
newly-created  ``ContactE
 
 The GUI Builder's various windows include:
 
-* *Design Area. *The GUI Builder's primary window for creating and editing 
Java GUI forms. The toolbar's Source button enables you to view a class's 
source code, the Design button allows you to view a graphical view of the GUI 
components, the History button allows you to access the local history of 
changes of the file. The additional toolbar buttons provide convenient access 
to common commands, such as choosing between Selection and Connection modes, 
aligning components, setting componen [...]
-* *Navigator. *Provides a representation of all the components, both visual 
and non-visual, in your application as a tree hierarchy. The Navigator also 
provides visual feedback about what component in the tree is currently being 
edited in the GUI Builder as well as allows you to organize components in the 
available panels.
-* *Palette. *A customizable list of available components containing tabs for 
JFC/Swing, AWT, and JavaBeans components, as well as layout managers. In 
addition, you can create, remove, and rearrange the categories displayed in the 
Palette using the customizer.
-* *Properties Window. *Displays the properties of the component currently 
selected in the GUI Builder, Navigator window, Projects window, or Files window.
+* *Design Area.* The GUI Builder's primary window for creating and editing 
Java GUI forms. The toolbar's Source button enables you to view a class's 
source code, the Design button allows you to view a graphical view of the GUI 
components, the History button allows you to access the local history of 
changes of the file. The additional toolbar buttons provide convenient access 
to common commands, such as choosing between Selection and Connection modes, 
aligning components, setting componen [...]
+* *Navigator.* Provides a representation of all the components, both visual 
and non-visual, in your application as a tree hierarchy. The Navigator also 
provides visual feedback about what component in the tree is currently being 
edited in the GUI Builder as well as allows you to organize components in the 
available panels.
+* *Palette.* A customizable list of available components containing tabs for 
JFC/Swing, AWT, and JavaBeans components, as well as layout managers. In 
addition, you can create, remove, and rearrange the categories displayed in the 
Palette using the customizer.
+* *Properties Window.* Displays the properties of the component currently 
selected in the GUI Builder, Navigator window, Projects window, or Files window.
 
 If you click the Source button, the IDE displays the application's Java source 
code in the Editor with sections of code that are automatically generated by 
the GUI Builder indicated by grey areas (they become blue when selected), 
called Guarded Blocks. Guarded blocks are protected areas that are not editable 
in Source view. You can only edit code appearing in the white areas of the 
Editor when in Source view. If you need to make changes to the code within a 
Guarded Block, clicking the De [...]
 
@@ -134,7 +134,7 @@ NOTE: Refer to the 
link:http://bits.netbeans.org/media/quickstart-gui-add.swf[+A
 
 === Adding Components: The Basics
 
-Though the IDE's GUI Builder simplifies the process of creating Java GUIs, it 
is often helpful to sketch out the way you want your interface to look before 
beginning to lay it out. Many interface designers consider this a "best 
practice" technique, however, for the purposes of this tutorial you can simply 
peek at how our completed form should look by jumping ahead to the 
<<previewing-your-gui,Previewing your GUI >>section.
+Though the IDE's GUI Builder simplifies the process of creating Java GUIs, it 
is often helpful to sketch out the way you want your interface to look before 
beginning to lay it out. Many interface designers consider this a "best 
practice" technique, however, for the purposes of this tutorial you can simply 
peek at how our completed form should look by jumping ahead to the 
<<_previewing_your_gui,Previewing your GUI >>section.
 
 Since we've already added a JFrame as our form's top-level container, the next 
step is to add a couple of JPanels which will enable us to cluster the 
components of our UI using titled borders. Refer to the following illustrations 
and notice the IDE's "drag and drop" behavior when accomplishing this.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to