Simple TMDb Desktop Client
A simple desktop client that allows users to search Movies and view information about them.
A small project @PacificPR and me worked on as a part of a course, Object Oriented Concepts.
Compile and Run
Compile with:
javac -cp "src/:lib/*" -d out src/com/oocpro/tmdbdesktop/Main.java
Run:
java -cp "out/:lib/*" com.oocpro.tmdbdesktop.Main