Give your widgets a px size instead of a % size ? Widgets with a % size will take up the amount of % as given relative to the size of the screen. So if you resize the screen the widgets are resized.
Also LabelBase (and thus Label, HTML and many others) has a setWordWrap method. Setting this to false will prevent it that texts will go in multiple rows if running out of space. On Dec 15, 9:39 am, yashujn <[email protected]> wrote: > Hi all, > > I am facing some strange problem.........I am devloping a > website using gwt...... problem is when i run my application on > browser and after tht if i resize the browser window both horizontal > and vertical scrollbar are not coming..... instead of tht all my > portelts and menu bar and all other thing get resized...... > > like if i decrease the size of browser window thtn everything will get > smaller..... plz help me in this issue.... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
