Venkat
Venkat

Reputation: 21480

Drop Down menu in java?

I created drop down list using java. But i am not aware of creating drop down menu like as Sliding menu. Is it possible create the drop down menu using java?

Upvotes: 1

Views: 3307

Answers (2)

Bitterblue
Bitterblue

Reputation: 14075

In case someone looks for the same thing in AWT: java.awt.Choice = Drop-down-menu

Upvotes: 0

Gordon
Gordon

Reputation: 4843

Do you mean a File menu at the top of the screen?

If so you should look at the class JMenuBar.

Here is a tutorial on how to create them in Swing.

Upvotes: 1

Related Questions