Package net.sf.latexdraw.ui

Examples of net.sf.latexdraw.ui.TextAreaAutoSize$TextAreaKeyListener


   * @throws NullPointerException If the given MLayeredPane is null.
   * @since 3.0
   */
  public TextSetter(final MLayeredPane overlayedPanel) {
    super();
    textField = new TextAreaAutoSize();
    overlayedPanel.add(textField, JLayeredPane.PALETTE_LAYER);
    overlayedPanel.add(textField.getMessageField(), JLayeredPane.PALETTE_LAYER);
    textField.setVisible(false);
    addEventable(textField);
  }
View Full Code Here

TOP

Related Classes of net.sf.latexdraw.ui.TextAreaAutoSize$TextAreaKeyListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.