作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 ImageIcon,用作打开此 skillsFrame 的按钮。此图像大小为 100x100 像素。正如您在屏幕截图中看到的那样,如果我只是放置图像,它太大了(这是预期的)。
我的问题是关于如何将图像缩放到 16x16(或任何默认大小),这样我就不需要手动创建较小尺寸的版本(出于多种原因)。
我确定我不需要继续命名更多...
skillsFrame = new JInternalFrame("技能", true, true, false, false);
skillsFrame.setFrameIcon(new ImageIcon("images/gui/button_skills.png"));
现在来看图像...顶部的栏是单击以打开各种 JInternalFrames 的按钮。
最佳答案
how to scale the image to 16x16(or whatever the default size is)
你看过Image getScaledInstance(int width, int height, int hints)
关于java - setFrameIcon 的动态 ImageIcon 缩减,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10289940/
我有一个 ImageIcon,用作打开此 skillsFrame 的按钮。此图像大小为 100x100 像素。正如您在屏幕截图中看到的那样,如果我只是放置图像,它太大了(这是预期的)。 我的问题是关于
我是一名优秀的程序员,十分优秀!