请告诉我为什么我总是得到相同大小的小程序?
在我的 Netbeans 8.1 中,&_Stack Overflow中文网
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Netbeans 8.1 中,&
在框架中定义getPreferredSize()
getPreferredSize()
@Override public Dimension getPreferredSize() { return( new Dimension( width, height ) ); }
因为Applet已弃用,所以我不会在该主题上花费太多时间。无论是在浏览器、窗口还是小程序查看器中 执行,都无法更改执行它的框架的大小。 您必须设置的大小(见上文)。同时,几乎所有浏览器都不支持这些标签。Applet Frame Frame <applet>
Applet
Frame
<applet>