/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vizzy.comp; import javax.swing.JTextArea; /** * * @author sergeil */ public class LineHeightTextArea extends JTextArea { public int getRowHeightPubl() { return super.getRowHeight(); } }