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