如何在java对话框中将字体设置为粗体?
我有这个:
JOptionPane.showMessageDialog(null, " " + company1 +
" Has Higher A Market Value\nThan " + company2,
"Information", JOptionPane.INFORMATION_MESSAGE);
我想让company1和company2在对话框中显示为粗体。我尝试使用 html 格式,但(我想)显然这不起作用。
有什么线索或提示吗?
蒂亚!
I have this:
JOptionPane.showMessageDialog(null, " " + company1 +
" Has Higher A Market Value\nThan " + company2,
"Information", JOptionPane.INFORMATION_MESSAGE);
I want to make company1 and company2 appear bold in the dialogue box. I tried using html formatting but (I suppose) obviously that did not work.
Any clues or hints?
TIA!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
HTML
如果您的默认字体不支持它,那么您可以指定它,如
输出:
Use
HTML
If your default font doesn't support it then you can specify it like
Output: