Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8673301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:25:28+00:00 2026-06-12T19:25:28+00:00

When I tried to to create an image I was using this line but

  • 0

When I tried to to create an image I was using this line but got no images, just blank lines.

g.drawImage(getImage(getDocumentBase(), "Piece_1.png"),coorx, 
coory, SIZE_Y / 8, SIZE_Y / 8, this);

How do you display an image and where do you put it in an eclipse project?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T19:25:29+00:00Added an answer on June 12, 2026 at 7:25 pm

    Eclipse IDE executes the programs from the src directory. These steps solved me this problem.

    1. Create a new package called resources. You can name it whatever you want.
    2. Add your image files into that package.
    3. Now first load your image before drawing it.

      public Image getImage(String name){
          URL imgUrl = getClass().getClassLoader().getResource("resources/"+name);
          ImageIcon icon = new ImageIcon(imgUrl);
          return icon.getImage();
      }
      

    An Example

    The constructor you can have.

    Image piece1;
    
    public Checkers(){
        piece1 = getImage("Piece_1.png");
    }
    
    public void paint(Graphics g){
        if (piece1!=null){
            g.drawImage(piece1, xcoord, ycoord, null);
        }
    }
    

    Hope this solves your problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried create this table, but nothing I have tried works from FKs.
I tried to create jar file using command line that I inserted into java
I'm trying to create an image containing text. I've tried several examples I've found
Tried to create a mobile navigation using dataview or outline and the view renders
I'm using this piece of code I found ( http://impnerd.com/wordpress-hack-add-post-images-to-your-homepage ) to display the
i want a stretchable back button i'm now using this line of coding, this
I have successfully used the following command line to create a new GIF image
Ok this is extremely hard to explain. I tried to write a 100 line
I want to create tags using echo function but I'm stuck here; I dont
PROBLEM When using Imagick::newPseudoImage to create a radial gradient, this error appears in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.