Revision 1332 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Layout.java

View differences:

Layout.java
527 527
								g.drawImage(fframe.getBufferedImage(),
528 528
									m_LastPoint.x - m_PointAnt.x,
529 529
									m_LastPoint.y - m_PointAnt.y, this);
530
								System.out.println(
530
								/*System.out.println(
531 531
									"m_LastPoint.x - m_PointAnt.x" +
532 532
									(m_LastPoint.x - m_PointAnt.x));
533 533
								System.out.println(
534 534
									"m_LastPoint.y - m_PointAnt.y" +
535 535
									(m_LastPoint.y - m_PointAnt.y));
536
							*/
536 537
							}
537 538
						}
538 539
					}

Also available in: Unified diff