# Using Netbeans Swing Components Walkthroughs

## Using NetBeans/Swing Components Walkthroughs

Follow these walkthroughs if you are not familiar with NetBeans or Swing development.If you are already familiar with NetBeans and Swing, you can proceed to the [INTViewer Components Walkthroughs](/solutions/intviewer/intviewer-tutorial/using-intviewer-components-walkthroughs).

[Adding a window](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/adding-a-window-walkthrough) - Steps to add a top component window to INTViewer.

[Adding a menu item](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/adding-a-menu-item-walkthrough) - Steps to add an entry to an existing menu.

[Adding a menu](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/adding-a-menu-walkthrough) - Steps to add a menu.

[Customizing the toolbar](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/customizing-the-toolbar-walkthrough) - Steps to add and move icons in the toolbar.

[Creating a panel](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/creating-a-panel-walkthrough) - Steps to create a panel

[Replacing INTViewer's Help](/solutions/intviewer/intviewer-tutorial/using-netbeans-swing-components-walkthroughs/replacing-intviewer-s-help) - Steps to replace INTViewer help content with your own

Here are a few more external links to create great-looking GUI with Netbeans

- [Design a swing GUI](http://netbeans.org/kb/docs/java/quickstart-gui.html)
- [Add your customized swing GUI component to use in Netbeans design area.](http://sites.google.com/site/netbeansscsni/Home/section-3--java-se-development/3-3-demonstrate-the-knowledge-of-the-netbeans-gui-builder-and-the-ability-to-lay-out-and-hook-up-basic-forms-using-it)