Revision 3081 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/ui/ShowResultsDialog.java

View differences:

ShowResultsDialog.java
86 86
        this.setSize(new Dimension(625, 322));
87 87
        this.setTitle("Cliente Gazetteer");
88 88

  
89
        getContentPane().add(new ShowResultsDialogPanel(client, features,
90
                recordsByPage));
89
        ShowResultsDialogPanel panel = 
90
               new ShowResultsDialogPanel(client, features,
91
                        recordsByPage);
92
        panel.setParent(this);        
93
        getContentPane().add(panel);
91 94

  
92 95
        this.setVisible(true);
93 96
    }

Also available in: Unified diff