Search:

Type: Posts; User: OBLITERATOR

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,473

    View Post

    The idea of me posting here is because I have just started with Java, i.e. I needed help, however I have solved my issue and the error was that I was using wrong calculations to colour in the...
  2. Replies
    5
    Views
    2,473

    View Post

    Hello, I've searched the forum and I couldn't find any answers so here's my problem:

    I have to partially fill in a rectangle, i'll express the idea using O's:

    OOOOO
    O-O- O
    OOOOO
    O----O
    ...
  3. 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);
    }
  4. 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!
  5. 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 5 of 5