如何在jframe中进行更改?

问题描述:

我想在jframe中进行更改,例如关闭按钮"面板的边框颜色.请提供解决方案.现在使用netbeans IDE进行开发.

I wants to make changes in jframe such as border color of "close button" panel.Please give a solution.Now using netbeans IDE for development.

您真的在讲JFrame吗?应该是JDialog.

关于如何制作对话框的教程 [
are you really takling about JFrame? Should be JDialog.

Tutorial on how to make Dialogs[^]

And in general you should be able to overwrite a given class - because that''s a basic technique.