|
Replies:
1
-
Last Post:
Jul 15, 2008 5:48 AM
by: chen
|
|
|
|
|
|
|
Question: Flexible menu position?
Posted:
Jul 15, 2008 2:54 AM
|
|
|
This is something that has been bothering me for a while.
I can choose whether I want the menu to appear on forms throughout the whole application using
UIManager.getInstance().getLookAndFeel().setReverseSoftButtons(true/false);
There are instances, and in my application a critical one, where I would like the menu on a different side than on most of the other forms in the application. It might sound counter intuitive to change the position of the menu, but in this case it's really not.
Is there any way of accomplishing this? If not, is this something you could add in a future rerlease?
Claes
Message was edited by: cinsulan
|
|
|
|
|
|
|
Re: Flexible menu position please
Posted:
Jul 15, 2008 5:48 AM
in response to: cinsulan
|
|
|
Hi, The menu location is determined globally, currently it's not possible to change location per Form. We will consider to add this.
Regards, Chen
lwuit-users@mobileandembedded.org wrote: > This is something that has been bothering me for a while. > > I can choose whether I want the menu to appear on forms throughout the whole application using > > UIManager.getInstance().getLookAndFeel().setReverseSoftButtons(true/false); > > There are instances, and in my application a critical one, where I would like the menu on a different side than on most of the other forms in the application. It might sound counter intuitive to change the position of the menu, but in this case it's really not. > > Is there any way of accomplishing this? If not, is this something you could add in a future rerlease? > > Claes > [Message sent by forum member 'cinsulan' (cinsulan)] > > http://forums.java.net/jive/thread.jspa?messageID=286662 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net > For additional commands, e-mail: users-help@lwuit.dev.java.net > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net For additional commands, e-mail: users-help@lwuit.dev.java.net
|
|
|
|
|