all repos — tmdb-desktop-client @ 95b15df89e2d69b9d2ad026b5e0b762069cf0ab7

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
# Simple TMDb Desktop Client

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


## Compile and Run

**Note: from the root directory**

Compile with:
    javac -cp "src/:lib/*" src/com/oocpro/tmdbdesktop/Main.java

Run:
    java -cp "src/:lib/*" com.oocpro.tmdbdesktop.Main