views:

60

answers:

1

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?

+1  A: 

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.

Gordon