You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2023/01/18 19:34:22 UTC

[netbeans-website] branch master updated: Update quickstart-gui.adoc

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 2015bd565 Update quickstart-gui.adoc
     new 4af2db15d Merge pull request #634 from christoph-petzold/patch-1
2015bd565 is described below

commit 2015bd5659d14481db85372011d6250f507d3115
Author: christoph-petzold <ma...@cpetzold.de>
AuthorDate: Wed Jan 18 20:03:17 2023 +0100

    Update quickstart-gui.adoc
    
    replaced wrong link with right one to the section "Previewing your GUI"
---
 netbeans.apache.org/src/content/kb/docs/java/quickstart-gui.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 926dd5610..1d271ec91 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
@@ -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_form,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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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