Search:

Type: Posts; User: Baiano42

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    595

    [SOLVED] Re: Images Failing to Load in Game

    I have the folder with all the source files located on my desktop.
    The file initiating the program is the GameFrame.java in the view folder, while the folder containing all the images are located in...
  2. Replies
    5
    Views
    595

    [SOLVED] Re: Images Failing to Load in Game

    I am using a MVC design pattern, and the images are located in the model.images subfolder.

    [code]
    public class GameBoard extends JPanel {
    ...
    private ImageIcon background = new...
  3. Replies
    5
    Views
    595

    [SOLVED] Images Failing to Load in Game

    Hey Guys,

    I'm new to programming in Java, and this is my first foray into loading images into a simple program. I have the game working, with exception of the images loading in game properly....
Results 1 to 3 of 3