简体   繁体   中英

Eclipse can`t find my photo for button

I`ve started learning JButton options and my eclipse can't find photos that I have saved. And yes, I've saved it to truly the right folder, format is also the right one (png), but I can't find it looking through eclipse and also when I'm running program, my stop faces errors too. Please share via me how I could fix it, brothers!!

The documentation of eclipse explains it quite clearly how to import resource into your project. Here is the link . (I extract the content just below)

**Importing resources from the file system**
You can use the Import Wizard to  command link import resources from the local file system into an existing project.

1. From the main menu bar, select  command link File > Import.... The Import wizard opens.
2. Select General > File System and click Next.
3. Click the Browse button on the next page of the wizard to select the directories from which you would like to add the resources.
4. In the import selection panes, use the following methods to select exactly the resources you want to add:
    4.1 Expand the hierarchies in the left pane and select or clear the checkboxes that represent the folders in the selected directory. Then in the right pane, select or clear checkboxes for individual files.
    4.2 Click Filter Types to filter the current selection for files of a specific type.
    4.3 Click Select All to select all resources in the directory, then go through and deselect the ones that you do not want to add.
    4.4 Click Deselect All to deselect all resources in the directory, then go through and choose individual resources to add.
5. Specify the Workbench project or folder that will be the import destination.
6. When you have finished specifying your import options, click Finish.
Tip: You can also import folders and files by dragging them from the file system and dropping them into one of the navigation views, or by copying and pasting.

Make sure you follow their instructions to import your picture.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM