I really need help with probably so simple bug. I'm trying to load icon on my button but with some reason it keeps showing me just regular button. Here is how i tried so can anybody say me where i'm making it wrong.
buttonList[i]= new JButton();
buttonList[i].setIcon(new ImageIcon("C:\\img\\icon.bmp"));