all repos — tmdb-desktop-client @ master

A simple tmdb desktop client written in Java

da71779e
Update Jframe title

pheww... that was a lot of work
We now have "TMDb Desktop Client" as the title
Prithu Goswami prithugoswami524@gmail.com
Sun, 11 Aug 2019 12:55:34 +0530
96de0ad9
Update README.md
Prithu Goswami prithugoswami524@gmail.com
Wed, 29 May 2019 21:18:21 +0530
830448b3
Update README.md

Cleaner to keep a separate directory for the compiled class files
prithugoswami prithugoswami524@gmail.com
Tue, 07 May 2019 10:15:18 +0530
# 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    
clone
git clone https://git.prithu.dev/tmdb-desktop-client