Search:

Type: Posts; User: OBLITERATOR

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    11,563

    Re: Background image on GUI

    import javax.swing.*;
    import java.awt.*;

    class Intro implements Runnable
    {
    public static void main(String[] args)
    {
    Intro program = new Intro();
    SwingUtilities.invokeLater(program);
    }
  2. Replies
    3
    Views
    11,563

    Re: Background image on GUI

    Thank you! I hope that edit makes it look better although I should have indented it more!!!

    I will try tomorrow and see what happens!
  3. Replies
    3
    Views
    11,563

    Background image on GUI

    Hello all, i've just started java and i'm really not good at it, i've read about JPanel JFrame and the different layouts I can use and I still can't get my head round to setting an image as...
Results 1 to 3 of 3