JOptionPane.showMessageDialog(null,"the sum is "+ sum, "result",JOptionPane.PLAIN_MESSAGE);

PLAIN_MESSAGE cosa dovrebbe fare?