Hi i am new in java and i want to add a sliding menu into a vertical panel but i don't no were to star anyone who can assist even if its giving me an idea would be highly appreciated. its for my final college desktop application.
Thank in advance
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi i am new in java and i want to add a sliding menu into a vertical panel but i don't no were to star anyone who can assist even if its giving me an idea would be highly appreciated. its for my final college desktop application.
Thank in advance
What exactly is a sliding menu? A menu that you slide (like unlocking an iphone)? A menu that slides into place? Something else?
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
no its not the unlocking an iphone kind a good example is like the one for window xp. when you open a window in xp it has a vertical menu on the left with drop down or what i call sliding menu in categories.
Are you just talking about a regular menu?
How to Use Menus (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
sliding menu.jpg this is what i mean by a sliding menu bar. am referring to the menu on the left. if any one could help.
That's a collection of several Components, mostly JButtons with icons. You could put them in a JPanel (and put that JPanel in a JSplitPane), or you could try using a menu with icons instead. But if you're looking for a Component that has this already done for you, you're probably out of luck. You're going to have to make your own.
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Thank alot for the idea, all i want is dropdown menu like the xp window to impress my lecturer. although i want the menu without the icons when i click the menu an internalframe is displayed on my main frame. I will try what u have just told me and if i get stuck i hope i can get more ideas from you thanks