all repos — tmdb-desktop-client @ da71779e746aec2bc9bbc25ba35e6c2922cc89d7

A simple tmdb desktop client written in Java

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
commit

da71779e746aec2bc9bbc25ba35e6c2922cc89d7

parent

96de0ad93168dc80810c1cf186abca17178ddc6a

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

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

@@ -29,7 +29,7 @@ System.out.println("Rating: " + det.rating);

ImagePanel ip = new ImagePanel(det.poster); - JFrame f = new JFrame(); + JFrame f = new JFrame("TMDb Desktop Client"); f.setSize(new Dimension(det.poster.getWidth(), det.poster.getHeight())); f.add(ip);