Revision 41314 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiManager/MDIManager.java

View differences:

MDIManager.java
25 25

  
26 26
import java.awt.GridBagConstraints;
27 27
import java.beans.PropertyVetoException;
28
import java.util.Locale;
28 29

  
29 30
import javax.swing.ImageIcon;
30 31
import javax.swing.JPanel;
......
60 61
 * @see IWindow
61 62
 * @see WindowInfo
62 63
 * @see SingletonWindow
63
 * @see com.iver.core.mdiManager.NewSkin
64 64
 *
65
 * @author Fernando Gonz?lez Cort?s
66 65
 */
67 66
public interface MDIManager {
68 67
	
......
313 312
     * in mosaic or expanded. Accepted values are: Theme.CENTERED,
314 313
     * Theme.MOSAIC and Theme.EXPAND.
315 314
     */
316
	public void setBackgroundImage(ImageIcon image, String typeDesktop);
315
    public void setBackgroundImage(ImageIcon image, String typeDesktop);
316
    
317
    public void setLocale(Locale locale);
318
      
317 319
}

Also available in: Unified diff