Update ImagePanel Forgot to change the package name.
prithugoswami prithugoswami524@gmail.com
Sat, 04 May 2019 11:54:11 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/com/oocpro/tmdbdesktop/components/ImagePanel.java
→
src/com/oocpro/tmdbdesktop/components/ImagePanel.java
@@ -1,4 +1,4 @@
-package com.oocpro.tmdbdesktop; +package com.oocpro.tmdbdesktop.components; import java.awt.Graphics; import java.awt.image.BufferedImage;