Revision 39196 branches/v2_0_0_prep/frameworks/_fwAndami/src/org/gvsig/andami/ui/mdiFrame/MainFrame.java

View differences:

MainFrame.java
40 40
 */
41 41
package org.gvsig.andami.ui.mdiFrame;
42 42

  
43
import java.awt.Frame;
43 44
import java.awt.event.ActionListener;
44 45

  
45 46
import javax.swing.JComponent;
......
57 58
 * the menus, the tool bars and the status bar. 
58 59
 */
59 60
public interface MainFrame extends ThreadSafeDialogs {
61
    
62
    public static String MAIN_FRAME_POS = "MDIFramePos";
63
    public static String MAIN_FRAME_SIZE = "MDIFrameSize";
64
    public static String MAIN_FRAME_EXT_STATE = "MDIFrameState";
65
    
66
    public static int[] MAIN_FRAME_POS_DEFAULT = { 0, 0 };
67
    public static int[] MAIN_FRAME_SIZE_DEFAULT = { 1024, 768 };
68
    public static int MAIN_FRAME_EXT_STATE_DEFAULT = Frame.MAXIMIZED_BOTH;
69

  
60 70
	/**
61 71
	 * Adds the provided menu to the menu bar.
62 72
	 *

Also available in: Unified diff