Search:

Type: Posts; User: pbrockway2

Search: Search took 0.13 seconds.

  1. Re: Problems with Double Buffering -- BufferStrategy

    public BTTG()
    {
    JFrame container = new JFrame("BTTG");
    container.setPreferredSize(new Dimension(screenSize,screenSize));
    container.setLayout(null);
    ...
  2. Re: Problems with Double Buffering -- BufferStrategy

    I ran the code (using both sets of coordinates) and the string was placed properly both times.

    ---

    Is it normal to construct the gui in the initial thread rather than the EDT (and not give...
Results 1 to 2 of 2