I need to create a small game. I want to create 3 JOPtionPane for 3 users. Each user will ask some questions on each JOptionPane and the result will be instantly updated on the JOptionPane (ie. the message on the pane will be changed dynamically based on user input). Any example to show how it works ?
Thx