all repos — tmdb-desktop-client @ master

A simple tmdb desktop client written in Java

README.md

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Simple TMDb Desktop Client

A simple desktop client that allows users to search Movies and view information
about them.

A small project [@PacificPR](https://github.com/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