Search:

Type: Posts; User: t342532

Search: Search took 0.10 seconds.

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

    FIXED it!
    I'm not sure why this works:
    I extended MyPanel to JFrame and put most of the functions there. then in the run() invoked it and set visible to true.
    here is the code:


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

    no difference
  3. How to fix annoying white splash in this simple java code?

    The problem is when I run the code below, I see a white splash on my screen for about maybe 100ms which is extremely annoying:


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

    public class MyPanel...
Results 1 to 3 of 3