how to get second line in jmenubar
hi together,i'm new to swing and programmed a small frame .now i need 2 jformatted textfields and i want to put them into menubar, but there are already 2 jcomboboxes which i need so there is not enaugh room for allcan someone help
# 3
Your questions doesn't make much sense to me either, so I'll just point you to the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]How to Use Layout Managers[/url]. Use multiple layout managers to get your desired layout.
# 7
> Why?
> He can add a JPanel containing the text fields and
> combo boxes with the appropriate layout manager.
> No need to override JMenuBar.
That's what I'd do myself, but iF the OP needs to use JMenuBar desperately (I can't think of a reason to do so) that's the probable solution