Java AWT: Remove frame title bar and add customised title Bar?

You have 2 possibilities. Use java.awt. Window instead of Frame.

Use JFrame and call frame. SetUndecorated(true).

Sorry we cant use JFrame or any swing component.. Have to aacheive it using AWT – tiger Sep 26 at 9:42 so, use java.awt.Window. Good enough. – AlexR Sep 26 at 9:47 .

But I am able to get rid of default Title using undecorated(true) but how can I add a custom Title WIndow with the description I have mentioned in my question.. – tiger Sep 26 at 10:28.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions