Search:

Type: Posts; User: BinaryDigit09

Search: Search took 0.18 seconds.

  1. Replies
    19
    Views
    2,235

    [SOLVED] Re: JFrame - ImageIcon not displaying

    I don't have "splash_screen.png" on my PC, so when I ran your code I got the same blank JFrame as you. But when I created my own "splash_screen.png" inside src/images/ and loaded it with...
  2. Replies
    19
    Views
    2,235

    [SOLVED] Re: JFrame - ImageIcon not displaying

    First verify that your 'background' label is where you expect it to be:



    background = new JLabel(backgroundImage);
    background.setPreferredSize(new Dimension(75, 75));
    background.setBorder(new...
Results 1 to 2 of 2