Web Start does not honor height / width % values, instead ignores % and uses internal defaults. In plugin applets, width and height can be set to absolute values or percentages. see: http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/deployment_toolkit.html (section 19.1.1) in a browser, the percentages are taken as percentage of browser page. In a stand alone applet, they should be taken as percentages of screen size, instead they are ignored.
|