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 ...
↧