Search:

Type: Posts; User: andbin

Search: Search took 0.11 seconds.

  1. Re: How to fix annoying white splash in this simple java code?

    This was conceptually my last hint.
  2. Re: How to fix annoying white splash in this simple java code?

    Ok, try on frame directly:


    frame.setBackground(Color.BLACK);
  3. Re: How to fix annoying white splash in this simple java code?

    Try to color with black also the content pane:


    frame.getContentPane().setBackground(Color.BLACK);
Results 1 to 3 of 3