The CSAwesone2 Course has some great activities which may not completely work on a web browser, but it will on an IDE like BlueJ or Eclipse, or else modify the url in Runstone.
In this case you would have to write a client class to show the
pokemondb.csv
(instead of pokemon.csv
)
In step 4 after you assign the correct element of the field
array to the String url
, you need to alter url
to point to a jpg file on a different website:
url = url.replace(".png", ".jpg"); // different file type url = url.replace("play.pokemonshowdown.com/sprites/bw", "img.pokemondb.net/artwork"); // different website