1. JComboBox popup menu not appearing stackoverflow.comI have a JComboBox inside a JPanel (which itself is nested within a few other JPanels). It's populated with members of an enum. I'm running into a problem where the popup ... |
2. JComboBox that is a Menu stackoverflow.comI'm looking to create a JComboBox that acts as a menu. For example, when you drop it down, you can select items like you would in a JMenuBar. So it would ... |
3. Blank popup menus and combo boxes stackoverflow.comI'm seeing a really strange issue with JPopupMenu's and JComboBox's. When the application is under heavy load, there are times when our popup menus appear with the right size and position, ... |
4. Swing Popup menus are not completely painted stackoverflow.comI have this in several areas of an app I'm working on and I can see no way to replicate it outside of this app. I can't create a sscce since ... |
5. Canvas rendered over JCombobox menu java-forums.orgHello everyone, I've been googling and asking for help for a while, but no success. I've got a Canvas where some stuff is drawn, and a few buttons and comboboxes next to it, lined in a row under the drawing area. When I click on any of the comboboxes, part of the drop-down menu has to be rendered over canvas, but ... |
6. JComboBox popup menu of the variable width forums.oracle.comHi all. I'm wondering if there is a possibility to improve the JComboBox Drop-down list. The problem, that occurred is related to small space that is occupying the ComboBox element of the Panel. While the user is selecting some element from the drop-down list, some information is hidden from him. Therefore I'd like to ask if there is any way to ... |