Hi, Mike again, thanks for the help earlier.
I have most of my program running now except im having difficulty adding bitmaps anywhere. After browsing the internet for quite a while, i came up with this:
ImageIcon image = new ImageIcon("filepath.bmp");
Picture1.add(image, BorderLayout.North);
Picture1 is the name of my JLabel, but no dice.
This would make sense to me, but the first line wont compile, saying there are two illegal escape characters. Dunno what the problem is and would appreciate the help if possible.
I have most of my program running now except im having difficulty adding bitmaps anywhere. After browsing the internet for quite a while, i came up with this:
ImageIcon image = new ImageIcon("filepath.bmp");
Picture1.add(image, BorderLayout.North);
Picture1 is the name of my JLabel, but no dice.
This would make sense to me, but the first line wont compile, saying there are two illegal escape characters. Dunno what the problem is and would appreciate the help if possible.