Package net.sourceforge.jiu.apps

Examples of net.sourceforge.jiu.apps.Strings


   * error in the title bar.
   * @param text the error message to be displayed
   */
  public void showError(String text)
  {
    Strings strings = editor.getStrings();
    showInfo(strings.get(StringIndexConstants.ERROR_MESSAGE), text);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jiu.apps.Strings

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.