Search:

Type: Posts; User: GregBrannon

Search: Search took 0.21 seconds.

  1. Replies
    15
    Views
    1,295

    [SOLVED] Re: Back again with problems in my Snake Game

    Rectangle has an intersects() method that you can use.
  2. Replies
    15
    Views
    1,295

    [SOLVED] Re: Back again with problems in my Snake Game

    The reason you're not seeing 2 of anything added to a JFrame is because the default layout manager for a JFrame is BorderLayout, and components added to BorderLayout are added to BorderLayout.CENTER...
Results 1 to 2 of 2