Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/gui/dialogs/FBorderDialog.java

View differences:

FBorderDialog.java
64 64
import org.gvsig.app.project.documents.layout.fframes.gui.dialogs.FFrameGraphicsDialog;
65 65
import org.gvsig.app.project.documents.layout.geometryadapters.GeometryAdapter;
66 66
import org.gvsig.app.project.documents.layout.geometryadapters.RectangleAdapter;
67
import org.gvsig.app.project.documents.layout.gui.Layout;
67
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
68 68
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
69 69

  
70 70

  
......
94 94
	private javax.swing.JLabel lUnidades = null;
95 95
	private javax.swing.JButton bAceptar = null;
96 96
	private javax.swing.JButton bCancelar = null;
97
	private Layout layout = null;
97
	private LayoutPanel layout = null;
98 98
	private IFFrame[] selecList;// = new ArrayList();
99 99
	private FFrameGraphics fframegraphics = null;
100 100
	private FLayoutGraphics flg = null;
......
109 109
	 *
110 110
	 * @param l Referencia al Layout.
111 111
	 */
112
	public FBorderDialog(Layout l) {
112
	public FBorderDialog(LayoutPanel l) {
113 113
		super();
114 114
		layout = l;
115 115
		flg = new FLayoutGraphics(layout);

Also available in: Unified diff