I am working on a Tic Tac Toe game on Java (eclipse). On my computer my dialog box is really small. I been trying to make it bigger. I didn't have any luck. I was hoping someone here can lead me in the right direction. The code below is my dialog box code:
JOptionPane.showMessageDialog(frame, "Tic Tac Toe Server is Running");
Thank you in Advance