How to select options in java console application?

Asked

Viewed 57 times

2

There is the possibility for the user to select menu options by navigating with the arrow keys up and down, then pressing enter?

public static void menu() 
 {
 print("=====MENU=====");
 print("|Novo jogo   |");
 print("|Créditos    |");
 print("|Sair        |");
 print("==============");
 }

I see this on multiple terminals, but I don’t know if this applies to Consoleapplication java.

Angular Example:

  • Yes, it’s possible, but you’ve got a lot of work to do.

  • thanks for the reply, it helped kind of nothing.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.