我正在尝试使用java中的applet制作堆栈器游戏。由于applet可以调整大小,我试图在applet的大小改变时使用的块调整大小。块是正方形,应该是小程序的高度的1/10和小程序的宽度的1/10,但每当我打电话时
>perl -V:"install(privlib|archlib|vendorlib|vendorarch|sitelib|sitearch)"
installprivlib='C:\progs\sp5280-x64\perl\lib';
installarchlib='C:\progs\sp5280-x64\perl\lib';
installvendorlib='C:\progs\sp5280-x64\perl\vendor\lib';
installvendorarch='C:\progs\sp5280-x64\perl\vendor\lib';
installsitelib='C:\progs\sp5280-x64\perl\site\lib';
installsitearch='C:\progs\sp5280-x64\perl\site\lib';
或
this.getSize().width
或
this.getSize().height
或
this.getWidth()
它似乎返回0.那么,我如何访问applet的高度和宽度?
编辑:这是applet类的代码
this.getHeight()
答案 0 :(得分:0)
在applet可见后实例化宽度和高度。发生这种情况后,请尝试调用.width方法。