CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: snake12345

Search: Search took 0.04 seconds.

  1. Re: How to I put picture buttons inside a hexgrid

    P.S my grid is a 13x13 grid. It also should tell you which one you clicked based on the row and col, although I can't seem to get it to display a dialog message that says anything but row 13, col 13
  2. Re: How to I put picture buttons inside a hexgrid

    Here is my code so far (I use netbeams):
    Here is the main class:

    package hexagon.project;

    import acm.graphics.GRect;
    import acm.program.GraphicsProgram;

    public class Main extends...
  3. How to I put picture buttons inside a hexgrid

    Hi, I'm new to Java programming and I am still learning the basics. I have been asked to make a hexagon grid for an assignment at school. I managed to create the grid, and the hexagons are aware of...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured