Construct a PictureExplorer object

Listing 7 begins by constructing a new PictureExplorer object

Listing 7. Construct a PictureExplorer object.
    explorer = new PictureExplorer(pix);
    
    explorerFrame = explorer.getFrame();
    explorerFrame.setDefaultCloseOperation(
                     WindowConstants.DO_NOTHING_ON_CLOSE);

File: as.htm [Next] [Prev]