Tips for creating Java Menu Bar for a Java-based puzzle game

Asked By 30 points N/A Posted on -
qa-featured

Hi All,

Can you give me tips to create java menu program? I am on the process of assigning a menu bar for my java game related to puzzle bubble. I would like a customize and creative green icon for my option bar that lets the player choose on what level to play: easy, hard or expert.

Thanks and have a nice day fellows.

SHARE
Best Answer by Pludums Srotoshshini
Best Answer
Best Answer
Answered By 5 points N/A #173942

Tips for creating Java Menu Bar for a Java-based puzzle game

qa-featured

 

Hi,

A menu provides a space-saving way in order to allow users to choose one of several options, a menu normally appears in a menu bar or as a pop menu. Menus are not placed with the other components in the UI, which is exactly what makes menus unique. Each menu does have multiple menu items that are called submenu. The same menu items are divided into individual parts by the separator. Watch a video or click the link below to read an article on how to create menu:

https://www.roseindia.net/java/example/java/swing/swingmenu.shtml

I hope I have helped you.

Answered By 10 points N/A #173943

Tips for creating Java Menu Bar for a Java-based puzzle game

qa-featured

Here you need some programming skills to implement your idea. To put some more fun in game you need to change some of items in game and you will be able to set levels for the game you are designing. 

Smith Thompson

Related Questions