Search:

Type: Posts; User: JavaPF

Search: Search took 0.16 seconds.

  1. Re: Loading Gifs into an array

    The Array setup is correct but the problem is you cannot declare the Array values there.

    You could try this:



    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
  2. Re: Loading Gifs into an array

    Hello Dele and welcome to the Java Programming Forums :D

    I haven't tested this code but to load these into the array you could try:



    JLabel label;

    ImageIcon orange...
Results 1 to 2 of 2