如何自定义 JDialog 和 JOptionPane 的 TitleBar?
How Can I customise the TitleBar of JDialog , JOptionPane?
有什么方法可以删除白色标题栏并将其更改为黑色吗?我正在努力制作自己的外观,我们如何更改它的颜色以便所有具有标题的衍生产品栏应该有一个黑色的标题栏而不是白色的。
class MyJDialog extends JDialog{
public MyJDialog(){
super()
// add the text and button here including positioning
}
}
有什么方法可以删除白色标题栏并将其更改为黑色吗?我正在努力制作自己的外观,我们如何更改它的颜色以便所有具有标题的衍生产品栏应该有一个黑色的标题栏而不是白色的。
class MyJDialog extends JDialog{
public MyJDialog(){
super()
// add the text and button here including positioning
}
}