Align text to the right in JOptionPane

后端 未结 4 765
有刺的猬
有刺的猬 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:03

    Create a JPanel, align your text in your JPanel and then add the JPanel as the Object parameter of the JOptionPane. Or use a JDialog (why the desire not to use one of these?).

提交回复
热议问题