This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [GUI] fixes for JMenuBar and JToolBar layout


On Thu, 2004-07-08 at 08:05, Roman Kennke wrote:
> Hi list,
> 
> I have put together two small fixes for JMenuBar and JToolBar. ATM these
> are laid out using GridBagLayout and BoxLayout, which is very unusual
> IMO. I have changed this to use FlowLayout in both cases, which looks
> much better.

I appreciate all the help we can get on Swing but I've already rewritten
this part for JToolBar. A fully functional (or very close) JToolBar
should go in the branch in the next couple days.

Cheers,

Kim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]