⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seriallcdexception.java

📁 Is a Application Demo (an example) of how to use the package LCD in order to make an application sta
💻 JAVA
字号:
package etaai.lcd.comm;import etaai.lcd.LCDException;/** * Title:        Serial LCD * Description:  Comnada display lcd pe seriala * Copyright:    Copyright (c) 2001 * Company:      ETA AI * @author Mircea Pop * @version 1.0 */public class SerialLCDException extends LCDException {   /**   * Constructs <code>SerialLCDException</code> With error message   *   * @param String error Error description   */  public SerialLCDException(String error)  {    super(error);  } /**   * Constructs <code>SerialLCDException</code> No error description   */  public SerialLCDException()  {    super();  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -