How can i obtain a frame that doesn’t have a close, minimize and restore button by default ?
And how can i obtain a frame that only has a close button as in :
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
but only
JFramehave got three buttons –> close, minimize and restore buttons,JDialoghas only one close button, andJWindowis un-decorated by default, maybe there is your way, noticeJWindowrequiredJFrameas parent,JFrameshould’t be dispayed,