How to apply style for all child windows of a specific application?

Hi, everybody

I have posted an question in borad of “basic question”, but with no replies. So I think it should be done with complex functions.

Some java application have it’s own title bar and buttons such as close, maximize, minimize. And I set the style NoTitle for this application. But it has no affect to the child window such as the open, save dialog.

Is there a way to apply style NoTitle for all child window of the specific application, and keep other applications with normal style?