Search:

Type: Posts; User: copeg

Search: Search took 0.19 seconds.

  1. Thread: Grid GUI Library

    by copeg
    Replies
    7
    Views
    4,009

    Re: Grid GUI Library

    Glad to be of help.
  2. Thread: Grid GUI Library

    by copeg
    Replies
    7
    Views
    4,009

    Re: Grid GUI Library

    @Override
    public void mouseClicked(MouseEvent e){
    Grid.this.repaint();//
    }
  3. Thread: Grid GUI Library

    by copeg
    Replies
    7
    Views
    4,009

    Re: Grid GUI Library

    Should be quite feasible with just a GridLayout or GridBagLayout. A Visual Guide to Layout Managers
  4. Thread: Grid GUI Library

    by copeg
    Replies
    7
    Views
    4,009

    Re: Grid GUI Library

    Can you elaborate a bit more on what you mean by an interactive Grid GUI? What I would envision is something like a checkerboard type of grid, where the squares can be moved around (which could be...
Results 1 to 4 of 4