all repos — tmdb-desktop-client @ 52a0fb3b557aa3ec68ae6e95ff0f86be6c6ec242

A simple tmdb desktop client written in Java

Move ImagePanel components/

custom Swing components to be put in the components/ directory
prithugoswami prithugoswami524@gmail.com
Sat, 04 May 2019 11:50:13 +0530
commit

52a0fb3b557aa3ec68ae6e95ff0f86be6c6ec242

parent

3d046dd068049fef8a48f920a11b09b21473e7eb

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/com/oocpro/tmdbdesktop/Main.javasrc/com/oocpro/tmdbdesktop/Main.java

@@ -2,7 +2,7 @@ package com.oocpro.tmdbdesktop;

import com.oocpro.tmdbdesktop.tmdb.Movie; import com.oocpro.tmdbdesktop.tmdb.Search; -import com.oocpro.tmdbdesktop.ImagePanel; +import com.oocpro.tmdbdesktop.components.ImagePanel; import java.awt.Dimension; import java.io.IOException;