Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: [SWT-App] How to point to a directory full of images globally (for each computer)

    This code is an example of a "hardcoded" path.

    Image imageFile= new Image(display, "C://Users//PC-name//Desktop//blah.png");

    Hardcoded means the use of a literal instead of computing a value,...
  2. Re: [SWT-App] How to point to a directory full of images globally (for each computer)

    Will all the PCs have the images in the same local directory? If you have a hardcoded path in your program then all the PCs will have to have the same directory structure for the images.
Results 1 to 2 of 2