background image

InputStream in = context.getResourceAsStream(path);
  Properties p = new Properties();
  p.load(in);