Skip to content

prithugoswami/tmdb-desktop-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TMDb Desktop Client

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

A small project @PacificPR and I 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    

About

A simple tmdb desktop client written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages