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
Try using a JLabel on the JOptionPane and then use HTML to align it.
You can find more about using HTML with Swing components here
Hope this helps.