skip to Main Content

Cannot resolve method 'getJSONObject' in 'JSONObject'

Would be nice if someone could help me solve this problem. I try to load an image from TMDB with the folowing code: imports: import javafx.collections.FXCollections; import javafx.collections.ObservableList; import java.awt.image.BufferedImage; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.net.URL;…

VIEW QUESTION
Back To Top
Search