Tips for creating Java Menu Bar for a Java-based puzzle game
Asked By
Any Hill 30 points N/APosted on - 11/03/2012
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.
Tips for creating Java Menu Bar for a Java-based puzzle game
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:
Tips for creating Java Menu Bar for a Java-based puzzle game
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.