Align text to the right in JOptionPane

后端 未结 4 775
有刺的猬
有刺的猬 2021-01-24 00:43

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

4条回答
  •  情话喂你
    2021-01-24 01:14

    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.

提交回复
热议问题