Eng*_*uad 1 java alignment arabic joptionpane
是否可以在JOptionPane中将文本对齐?(我不想使用JDialog)因为我想用阿拉伯语写一些句子
String message = "<html><body><div width='200px' align='right'>This is some text!</div></body></html>";
JLabel messageLabel = new JLabel(message);
JOptionPane.showConfirmDialog(null, messageLabel);
Run Code Online (Sandbox Code Playgroud)