I'm trying to make a scroll panel that has relative size parameters. But the
ScrollPanel.setSize(String, String)
is impossible to work with if you have int values such as those returned by Window.getHeight, etc. Also when I do something like
ScrollPanel.setSize("100%", "150px");
it doesn't change the height of the scrollpanel and instead uses the default. Any help would be appreciated.