Revision 4346 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/catalogClient/gui/SearchDialog.java

View differences:

SearchDialog.java
87 87
	 */
88 88
	protected void showResults(Collection nodes) {
89 89
        JDialog panel = new JDialog((Frame) PluginServices.getMainFrame(), false);
90
        Frames.centerFrame(panel,615,425);
90
        Frames.centerFrame(panel,610,418);
91 91
        panel.setTitle(PluginServices.getText(this, "search_results")); 
92 92
        panel.setResizable(false);
93 93
        
......
131 131
	  */	 
132 132
	 public void sizeButtonActionPerformed(){
133 133
	        if (isMinimized){
134
	            frame.setSize(525,455);
134
	            frame.setSize(525,453);
135 135
	            getLowerPanel().setVisible(true);
136
	            getLowerPanel().repaint();
136
	            //getLowerPanel().repaint();
137 137
	            getUpperPanel().setUpIcon();
138 138
	            frame.setVisible(true);
139 139
	        }else{
140
	            frame.setSize(525,120);
140
	            frame.setSize(525,118);
141 141
	            getLowerPanel().setVisible(false);
142 142
	            getUpperPanel().setDownIcon();
143 143
	        }

Also available in: Unified diff