|
@@ -46,7 +46,6 @@ public class ImageTrajectoryUtil {
|
|
|
g.setColor(Color.red);
|
|
|
|
|
|
g.setFont(new Font(FONT_FORMAT, Font.LAYOUT_LEFT_TO_RIGHT, FONT_SIZE));
|
|
|
-
|
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
|
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
|
|
JSONArray contentJsonArray = (JSONArray) jsonObject.get("content");
|