Revision 4496 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/dialogs/FFrameViewDialog.java

View differences:

FFrameViewDialog.java
203 203
			liVistas.setModel(listmodel);
204 204
			for (int i = 0; i < liVistas.getModel().getSize(); i++) {
205 205
				if (fframeview.getFMap() != null) {
206
					
206

  
207 207
					ProjectView pvaux= (ProjectView) liVistas.getModel()
208 208
														  .getElementAt(i);
209 209

  
......
476 476
							           }else{
477 477
							                   ((FFrameScaleBar)fframe).setIsFixed(false);
478 478
							           }
479
							
479

  
480 480
							           }
481 481
							   }
482
							
483
							
482

  
483

  
484 484
							   }
485 485
							 */
486 486
						}
......
491 491
						//	isAcepted=false;
492 492
						//}
493 493
						PluginServices.getMDIManager().closeView(FFrameViewDialog.this);
494
						fframeview.refresh();
494 495
						m_layout.refresh();
495 496
					}
496 497
				});
......
583 584
	}
584 585

  
585 586
	/**
586
	 * This method initializes rotation	
587
	 * 	
588
	 * @return javax.swing.JPanel	
589
	 */    
587
	 * This method initializes rotation
588
	 *
589
	 * @return javax.swing.JPanel
590
	 */
590 591
	private JPRotation getPRotation() {
591 592
		if (rotation == null) {
592 593
			rotation = new JPRotation();
......
594 595
		}
595 596
		return rotation;
596 597
	}
597
}  //  @jve:decl-index=0:visual-constraint="10,10" 
598
}  //  @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff