JLabel jl= new JLabel(new ImageIcon("素材/images/1.jpg"));jb_headimage = new JButton(new ImageIcon("a.jpg")); 创建label或者button的时候 new ImageIcon("路径")就行了