netbeans - How to keep java.awt.List from covering javax.swing.JMenu -
to put simply, have menus in menu bar that, when @ start of application, goes on list when expand it. however, if list ever updated, menus go behind list, covering menu items.
i have theorized need when list updated, make tell list go layer (which set bottom, lowest on list in application using netbeans). but, not know call tell program keep list there. (i still new java , learning go) have idea on how wish or better, causing problem?
thank time , have wonderful day :3
you should use jlist instead of list.
the problem components in java.awt have peer
components, native os components, whereas swing 100% java. cannot write on these native peers... @ least not in java.
Comments
Post a Comment