A user creates a table frame (6) by clicking on the "New Game" button which brings up another
window. In the screenshot user Bob has created a table, which the user Dave has joined.
When both players Bob and Dave have sat down (sit button) and requested to start (start button) then
the game begins. When a player sits down this is updated on the player list (7)
on the bottom left of the screen. The two players can chat to each other using a
table chat window (8). The actual game itself is displayed in the middle of the
screen (9) and this is the only bit that differs from game to game i.e. the
JOGRE API takes care of the rest of the user/table logic and GUI interface.
Other functionality which JOGRE provides is the ability a user to send a
private chat message to another player. To do this a user selects another user from the list (3)
and then clicks the message button. The following screenshot shows Dave
having a private message with Bob.