java Programming Glossary: swingimage
Updating an image contained in a JLabel - problems http://stackoverflow.com/questions/10051638/updating-an-image-contained-in-a-jlabel-problems I've got so far public class CreateGallery private JLabel swingImage The method that I'm using to update the image protected void.. tempImage new JLabel new ImageIcon scaledImage swingImage tempImage Then in my createAndShowGUI method that puts the swingImage.. tempImage Then in my createAndShowGUI method that puts the swingImage on... private void createAndShowGUI Create and set up the window...
|