Drop-Down-Menu in JToolbar
Hi,
I've seen drop-down menus in e.g. eclipse, but I don't know how
to create that. It's not possible to add JPopupMenu to JToolbar.
Best Regards
Thorsten
.
Relevant Pages
- Re: Drop-Down-Menu in JToolbar
... I've seen drop-down menus in e.g. eclipse, ... It's not possible to add JPopupMenu to JToolbar. ... (comp.lang.java.gui) - Re: Drop-Down-Menu in JToolbar
... I've seen drop-down menus in e.g. eclipse, ... It's not possible to add JPopupMenu to JToolbar. ... You cann add a MouseListener on JToolbar, so you must be able to show a popup menu. ... If isPopupTrigger always return false on JToolbar, you can show the popup on mouseReleased for example. ... (comp.lang.java.gui) - Re: Drop-Down-Menu in JToolbar
... I've seen drop-down menus in e.g. eclipse, ... It's not possible to add JPopupMenu to JToolbar. ... Sounds like you don't really want a JPopupMenu, but rather a JComboBox? ... (comp.lang.java.gui) - Re: Using the Java Eclipse Interface ?
... I found a quite similar question in eclipse mailing-list's archive. ... best regards, ... When I use EclipseEngine's rpc method to delegate an Constraint Solving Problem to Eclipse-Prolog, I get an Object of type CompoundTerm, which contains nested CompoundTerm Objects. ... contains the Solution, and I'm not interested in other CompundTerms. ... (comp.constraints) - Re: ANN: PyDev 0.9.3 released
... Eclipse automatic search for updating existing features ... Regards, ... Fabio Zadrozny wrote: ... > PyDev - Python Development Enviroment for Eclipse ... (comp.lang.python) |
|