Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 947 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 947 Bytes

Random Dog Pictures 🐶

A project that was made while attempting to learn Java. Using Swing GUI & Dog API, the user clicks a button and receives an image of a dog along with that dog's breed.

What I learned? ✨

  • How to use NetBeans IDE for Swing GUI development.
  • Call and Parse JSON API's (Using Java 11+ Method).
  • Setting Labels Icon with URL.
  • How much I appriciate Intellij (Using NetBeans was a pain, it was like writing code in google docs with colored text.)
  • Pulling and beutifying URL substrings.

Usage 🖱️

RandomDogPhotoDemo

Additional Information 📋

Target Java Version: JDK 17

Dependencies:

  • org.json
  • Maven
  • Java 11+ (Should work fine)

Initial Creation Date: 12/16/2021