Is it possible to align the text to the right in JOptionPane? (I don\'t want to use JDialog) because I want to write some sentences in Arabic
String message = "This is some text!"; JLabel messageLabel = new JLabel(message); JOptionPane.showConfirmDialog(null, messageLabel);