Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JDialog without x

  Asked By: Erica    Date: May 24    Category: Java    Views: 665
  

Is there a way to create a little introscreen without the little x or cross at
the corner. I have created a little introscreen (JDialog), that stays there for
a few seconds before my application starts, but can you omit the upper window
panel or just the x,making it look more beautiful?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Perdita Lopez     Answered On: May 24

Use a JWindow. If I'm correct simply replace the construction(JDialog
dialog = new JDialog()) with JWindow used instead. All other code should be
totally unaffected.

 
Didn't find what you were looking for? Find more on JDialog without x Or get search suggestion and latest updates.




Tagged: