About 172,000 results
Open links in new tab
  1. MichaelJBradley/Java-Menu: A text menu utility. - GitHub

    A Java library used to create, save and load text based menus for use in other text based applications. This Menu library is meant to be as open ended as possible to allow the developer the most amount of flexibility.

  2. MichaelJBradley/Java-Menu-Utility - GitHub

    This menu utiliy makes creating and using text menus in Java fast and easy. Make a static or mutable menu that displays its contents with the just call of a function. Get proper input from even the most destructive user who actively tries to break your program!

  3. afitzgibbon/Java---Console-Menu-Framework - GitHub

    Java---Console-Menu-Framework The console is a great way to test program logic or test an idea quickly without overloading it with GUI elements. However, in many cases a menu system may be required, and anyone who has built a console menu will know that it …

  4. menu · GitHub Topics · GitHub

    Mar 12, 2023 · To associate your repository with the menu topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  5. menu-navigation · GitHub Topics · GitHub

    Aug 8, 2018 · Implementation of Menu and Menu items using Java Design Patterns. Show's how create Navigation Drawer in Android. Load more… Add a description, image, and links to the menu-navigation topic page so that developers can more easily learn about it.

  6. Create a simple menu with Java - Stack Overflow

    Mar 12, 2021 · @CodeTiger Do you want your menu to be as a console output or should it have GUI. You could do a switch/case e.g. public static void main(String[] args) { System.out.println("C) Create new cargo <name> <weight> <strength>"); System.out.println("L) Load cargo from dock <stackIndex>"); System.out.println("U) Unload cargo from ship <srcStackIndex>");

  7. JAVA Menu Program · GitHub

    import java.util.Scanner; /** * * @author zack */ public class RunMyMethod {/** * @param args the command line arguments */ public static void main(String[] args) {// TODO code application …

  8. ActionMenu.java · GitHub

    Sep 10, 2020 · public Page onInteraction(Menu menu, GenericMessageReactionEvent event) int current = menu.getPages().indexOf(menu.getCurrentPage()); int next = (current + 1) % menu.getPages().size();

  9. Menu.java · GitHub

    Clone this repository at &lt;script src=&quot;https://gist.github.com/MikeMaya/d421380912b1dec8fb9fb8fb6bba9ef5.js&quot;&gt;&lt;/script&gt; Save MikeMaya/d421380912b1dec8fb9fb8fb6bba9ef5 to your computer and use …

  10. GitHub - xibeike/CAP_JAVA: CAP Java

    CAP Java. Contribute to xibeike/CAP_JAVA development by creating an account on GitHub.

  11. Some results have been removed
Refresh