Reputation: 21480
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
Reputation: 14075
In case someone looks for the same thing in AWT: java.awt.Choice
= Drop-down-menu
Upvotes: 0