Revision 4203 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameText.java

View differences:

FFrameText.java
82 82

  
83 83
    //jaume
84 84
    private boolean surrounded = false; // The text field is surrounded by a rectangle
85
    private double cellPadding = 0; // The gap between the the text field and the surrounding rectangle 
85
    private double cellPadding = 0; // The gap between the the text field and the surrounding rectangle
86 86
    private boolean fixedFontSize = false; // The text field font size is constant fixed to the folio's size
87 87
    private int fontSize; // Text field's font size
88 88
    private boolean hasTitle; // The text field has title
......
759 759
    public void clearText() {
760 760
        m_text.clear();
761 761
    }
762

  
763
	public void initialize() {
764
		// TODO Auto-generated method stub
765

  
766
	}
762 767
}

Also available in: Unified diff