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

📄 menugenerator.java

📁 ALGAE是一个快速创建算法演示的框架。目前支持的算法实现语言包括java和c
💻 JAVA
字号:
package edu.odu.cs.zeil.AlgAE.Server;/** *  Interface to classes that  can be used for generating AlgAE algorithm *  menus. **/public interface MenuGenerator{  /**   *  This routine should perform one or more calls to algae.menuItem   *  to create menu entries that the user can selesct via the Algorithm   *  menu.   */  public void menu();  /**   *  Supply a message to appear in the Help..About dialog.   *  Typically, this indicates the origin of the source code   *  being animated and the name of the person who prepared the   *  animation.   **/  public String about();  }  

⌨️ 快捷键说明

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