Java resize imageicon to fit jbutton. resizing a ImageIcon in a JButton, Image img = icon.getImage() ; Image newimg = img.getScaledInstance( NEW_WIDTH, ...
確定! 回上一頁