288289290291292293294295296297
adjustView(); } private TextBoxFactory getTextFactory() { if (textBoxFactory == null) { textBoxFactory = new TextBoxFactory(); } return textBoxFactory; }