|
This post originated from an RSS feed registered with Java Buzz
by justin cater.
|
Original Post: Java JDialog example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
|
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks
|
|
This is a tutorial of how to create dialog windows, using the JDialog class of the javax.swing package. The Swing API provides libraries to create a Graphical User Interface in platform independent way. It follows the MVC architecture. It consists of UI elements, which are the visual elements that a user interacts with, layouts, which […]
Read: Java JDialog example