Having this problem. You'll find the display below,  please how to center 
it? 

CODE:    


Container f1 =  new Container(BoxLayout.y()); 

   Button concert=new Button("Concerts");

   Button play=new Button("Theatres");
   Button movie=new Button("Movies");
   Button cinema=new Button("Cinemas");
    Button musicien=new Button("Musiciens");
     Button tactor=new Button("Theatre Actor");
      Button factor=new Button("Movie Actor");
         Button logout=new Button("Logout");
   f1.addAll(concert,play,movie,cinema,musicien,tactor,factor,logout);
        add(f1);


OUTPUT
[image: test.png]

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d20ad315-33fb-43de-a400-b6b2878c1208n%40googlegroups.com.

Reply via email to