1

i like to design entire html with GWT.

but when i press ctrl and + then entire html must be zoomed from center not from upper left corner.

then what type of panel should i use?

flow panel , stack panel i dont know.

EpicPandaForce
  • 79,669
  • 27
  • 256
  • 428
msaif
  • 11
  • 1

1 Answers1

1

Any, but your root panel should have a fixed (or minimum) width and be centered. Flowpanels are based on divs, so that's what you probably want.

Gipsy King
  • 1,549
  • 9
  • 15