Revision 42803

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiFrame/DefaultThreadSafeDialogs.java
61 61
	private NewStatusBar statusbar;
62 62

  
63 63
	public DefaultThreadSafeDialogs() {
64
		this.rootComponent = null;
65
		this.statusbar = null;
64
            this(null, null);
66 65
	}
67 66

  
67
	public DefaultThreadSafeDialogs(Component rootComponent) {
68
            this(rootComponent,null);
69
	}
70

  
68 71
	public DefaultThreadSafeDialogs(Component rootComponent,
69 72
			NewStatusBar statusbar) {
70 73
		this.statusbar = statusbar;

Also available in: Unified diff