Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/kb/docs/java/gui-gaps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This tutorial demonstrates how to utilize gap editing to insert new UI component
|===
|Software or Resource |Version Required

|link:https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FGapSupport.zip[+GapSupport.zip+] |An archive with the source files containing the initial and target tutorial layouts.
|link:https://web.archive.org/web/20210118010816/https://netbeans.org/project_downloads/samples/Samples/Java/GapSupport.zip[GapSupport.zip] |An archive with the source files containing the initial and target tutorial layouts.
|===

*Notes:*
Expand All @@ -50,7 +50,7 @@ This tutorial demonstrates how to utilize gap editing to insert new UI component

== Opening Example Project

1. Download and unzip the link:https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FGapSupport.zip[+GapSupport.zip+] archive to any location on your computer.
1. Download and unzip the link:https://web.archive.org/web/20210118010816/https://netbeans.org/project_downloads/samples/Samples/Java/GapSupport.zip[GapSupport.zip] archive to any location on your computer.
2. In the NetBeans IDE main menu, choose ``File`` > ``Open Project`` , navigate to the folder that contains the unzipped files with the ``GapSupport`` project that you extracted in the previous step.
3. Click Open Project.
The Projects window should look like the following:
Expand Down