Package org.hive2hive.client.util

Examples of org.hive2hive.client.util.MenuContainer


public class IntroMenu extends ConsoleMenu {

  private final MenuContainer menus;
 
  public IntroMenu() {
    menus = new MenuContainer();
  }
View Full Code Here

TOP

Related Classes of org.hive2hive.client.util.MenuContainer

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.