图片按钮ImageButton
生活随笔
收集整理的這篇文章主要介紹了
图片按钮ImageButton
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
//按鈕上放圖片,圖片按鈕JButton enterButton = new JButton("");//由.png圖片獲得URL對象URL url = getClass().getResource("enter.png");//由URL獲得ImageIcon對象ImageIcon imageIcon = new ImageIcon(url); enterButton.setBounds(0, 40,imageIcon.getIconWidth(), imageIcon.getIconHeight());//設置ImageIcon enterButton.setIcon(imageIcon);enterButton.setContentAreaFilled(false); // 取消填充區域enterButton.setBorder(null); // 取消邊框
總結
以上是生活随笔為你收集整理的图片按钮ImageButton的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: jdbc连接数据库失败,com.micr
- 下一篇: java时钟面板clock