photo « GUI « Java Swing Q&A





1. Photo resizer using Java    stackoverflow.com

I'm planning to make a simple Photo Resizer since I usually find myself having to resize huge images being sent to me. I know that there are a lot of online ...

2. GUI Photo Album basic help    forums.oracle.com

To read the text file, you could use a java.util.Scanner, or a java.io.FileReader. If the latter you might also want to use a java.io.BufferedReader to make it easy to read individual lines. To draw the photo, you'll have some kind of component that goes into the upper panel. In that component, create some state that contains the Images you want to ...

3. I need help with my GUI Photo Album.    forums.oracle.com

Ah, I understand that now. Although when I shift the new ImageIcon down into the actionPerformed part it still doesn't work (it doesn't show an image and clicking "Next" still doesn't work). I'm probably doing it wrong... Also, thanks for pointing out that my code is pretty non-standard. I was just sort of messing around with it.