# 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
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
Update README.md
Prithu Goswami prithugoswami524@gmail.com
Wed, 29 May 2019 21:18:21 +0530
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
clone
git clone https://git.prithu.dev/tmdb-desktop-client