Search:

Type: Posts; User: The_pizzaguy

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Image loads in IDE but not when exported || creating reffered libary problem

    Well I'll dive into that i guess.

    --- Update ---

    Do you have a good link as for an explantion of how getClass().getResource(). is meant to be used?

    --- Update ---

    Okay figured it out,...
  2. [SOLVED] Image loads in IDE but not when exported || creating reffered libary problem

    So i am making a basic game and i am loading the images as such :


    try {
    background = ImageIO.read(new File(res/textures/bg.jpg"));...
Results 1 to 2 of 2