| javax.swing.JFrame examples.imageviewer.ImageViewer
ImageViewer | public class ImageViewer extends javax.swing.JFrame (Code) | | This class is an entry point of the simple image viewer.
It creates and shows the main application frame.
|
Constructor Summary | |
public | ImageViewer() Image Viewer constructor. |
Method Summary | |
public static void | main(String args) Starts the application. |
ImageViewer | public ImageViewer()(Code) | | Image Viewer constructor.
It initializes all GUI components [menu bar, menu items, desktop pane, etc.].
|
main | public static void main(String args)(Code) | | Starts the application.
Parameters: args - Application arguments. |
|
|