All Questions
6 questions
2
votes
1
answer
264
views
"expandable" menu to the right - Android \ Java
I know it's not a legitimate question but I'm searching an example to this menu for Android\Java about 2.5 hours and I'm lost. Please just give me a link or write me its name so I can google it, find ...
0
votes
1
answer
2k
views
Menu Bar not appearing in Java
I made and defined my menu bar with all it's variables and It just plain won't show up. It compiles well and runs easily but the menu bar just isn't there... Did I place it in the wrong place?
Fyi: ...
0
votes
1
answer
165
views
Hoverover Menu Select not working in IE
I am using the below function to Hover-over a menu and select a child item. It is working fine in Firefox and Chrome, but does not seems to work in IE. In IE WebDriver can locate the 'source' element ...
1
vote
1
answer
7k
views
How to create Right Click Menu in jtable
I want create a drop down menu when the user right-clicks on a row in jtable..can anyone suggest me how to do that?
0
votes
2
answers
669
views
Simple dropdown form/menu with hyperlinks. How?
Seems pretty simple, but I can't find any documented examples. I want to create a basic HTML or PHP drop-down form that shows site links as the options. When user selects an option in the drop-down ...
9
votes
4
answers
18k
views
How can I create a "Drop-Down" menu in a Java Swing toolbar?
I've created a drop-down menu on my Swing JToolBar. But it doesn't create behave the way I want. I'm aiming for it to work like Firefox's "Smart Bookmarks" button.
It disappears when the user selects ...