Search:

Type: Posts; User: craigjlner

Search: Search took 0.07 seconds.

  1. Re: How to put in a "new" image in ImageIcon JFrame ?

    Yes. I got it working! Thanks alot for your help:o
  2. Re: How to put in a "new" image in ImageIcon JFrame ?

    Whilst making the following amendments:


    ImageIcon icon = new ImageIcon ("devil.gif");

    JLabel label1, label2;

    label1 = new JLabel ("TRY ", icon, SwingConstants.CENTER);

    label2 = new...
  3. How to put in a "new" image in ImageIcon JFrame ?

    Hi there. If you are putting pictures in labels inside of a JFrame and there are 3 labels in the JFrame. You want the same picture for the first and second labels, but for the third label you want...
Results 1 to 3 of 3