I would like two images to appear in a single JOptionPane
of either input or message.
Object seleccion = JOptionPane.showInputDialog( null, "Seleccion Respuesta Correcta",
"Preguntas",JOptionPane.QUESTION_MESSAGE,
new ImageIcon("imagenes/img1.png"),
new Object[] { "opcion 1", "opcion 2" },
"");