The Artima Developer Community
Sponsored Link

Java Buzz Forum
Creating a Simple GUI Application in Swing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Creating a Simple GUI Application in Swing Posted: Feb 29, 2012 8:03 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Creating a Simple GUI Application in Swing
Feed Title: Focus on Java
Feed URL: http://z.about.com/6/g/java/b/index.xml
Feed Description: java.about.com's Focus on Java
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Focus on Java

Advertisement

A GUI application can be created in NetBeans either by coding the graphical components manually or by using the NetBeans GUI Builder to write the code for you.

This step-by-step guide shows both ways to create the same simple GUI Application - it is made of a JFrame containing two JPanels and a JButton. The first JPanel has a JLabel and JComboBox, the second a JLabel and JList. The button switches which JPanel is visible at any time.

In part one the application is coded line by line, in part two the application is create using the options provided by the NetBeans GUI Builder.

Related Articles:

Creating a Simple GUI Application in Swing originally appeared on About.com Focus on Java on Wednesday, February 29th, 2012 at 20:49:34.

Permalink | Comment | Email this

Read: Creating a Simple GUI Application in Swing

Topic: Java SE 6 end-of-life date extended by four months Previous Topic   Next Topic Topic: Readers' Choice Awards 2012 - Voting Time

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use