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.
我使用 VerticalPanel 作为容器并向其添加 Image 和 Label 小部件。图像小部件已设置为使用容器的 100% 宽度和 80% 高度。标签小部件已设置为使用容器的 100% 宽度和 20% 高度。
不幸的是,当我在两个大小固定的容器中加载两张图片(不同大小)时(宽度=120px 高度=100px - 容器又名 VerticalPanel),图像在屏幕上的大小似乎不同。
为什么图像在 Web 浏览器上显示时看起来有不同的大小?
尝试使用setPixelSize()此处所述调整图像大小:Scaling an Image in GWT
setPixelSize()