`

JPanel重写背景图片

 
阅读更多
JPanel mainPanel = new JPanel(){
private static final long serialVersionUID = 1L;

public void paintComponent(Graphics g) 

    super.paintComponent(g);   
    g.drawImage(ImageBundle.getImageIcon("loginBackground.jpg").getImage(),0,0,this); 

};
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics