Revision 12104 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Layout.java

View differences:

Layout.java
780 780
		frame.setLevel(getNumBefore());
781 781
		updateFFrames();
782 782
	}
783

  
784 783
	/**
784
	 * It adds a fframe to Arraylist of FFrames with the same properties.
785
	 *
786
	 * @param frame fframe to add.
787
	 */
788
	public void addFFrameSameProperties(IFFrame frame){
789
		efs.addFFrame(frame);
790
		frame.setSelected(true);
791
		frame.setLevel(getNumBefore());
792
		updateFFrames();
793
	}
794
	/**
785 795
	 * Open the dialog of Layout properties.
786 796
	 *
787 797
	 * @param job PrinterJob

Also available in: Unified diff