Question: Java assignment utilizing Swing for Java and a little JSON apple webpage: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ jar file: https://code.google.com/p/org-json-java/downloads/list doccumentation: https://docs.oracle.com/javase/7/docs/api/java/awt/package-summary.html https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html Essentially there needs to be a

Java assignment utilizing Swing for Java and a little JSON

Java assignment utilizing Swing for Java and a little JSON apple webpage:

apple webpage: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/

jar file: https://code.google.com/p/org-json-java/downloads/list

doccumentation: https://docs.oracle.com/javase/7/docs/api/java/awt/package-summary.html

https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html

Essentially there needs to be a pop up window with a search bar and button. The user should be able to put in an artist name and have the search results from the apple itunes api show up in a nice grid with information like album, song, artist...

I have already spent time on this, but am getting stuck on the java swing parts. I don't believe java swing is the best program for creating complex guis. I'm guessing problems like this won't be that applicable in the workforce. I have included my java classes below for reference. My code does not work fully, but is a start. google drive link since it was too long to post here

https://docs.google.com/document/d/1pHfdJaj3qUTSwD8ftXf7uiCDTRapxj7GDJoVe1V1WCM/edit?usp=sharing

Write a Java program which interacts with the itunes API. Create a GUI to display the information, such as images and text and allow the user to interact with the program (buttons, text boxes, etc.). Also, please post to the discussion board and share something interesting you learned while exploring the classes and interfaces in the java.awt or java.swing packages. Ref http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store- web-service-search-api.html The JAR file needed for JSON parsing can be found here: https://code.google.com/p/org-json-java/downloads/list Documentation for Java classes can be found here: https://docs.oracle.com/javase/7/docs/api/java/awt/package-summary.html https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html Note: Create an effective GUI! Write a Java program which interacts with the itunes API. Create a GUI to display the information, such as images and text and allow the user to interact with the program (buttons, text boxes, etc.). Also, please post to the discussion board and share something interesting you learned while exploring the classes and interfaces in the java.awt or java.swing packages. Ref http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store- web-service-search-api.html The JAR file needed for JSON parsing can be found here: https://code.google.com/p/org-json-java/downloads/list Documentation for Java classes can be found here: https://docs.oracle.com/javase/7/docs/api/java/awt/package-summary.html https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html Note: Create an effective GUI

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!