aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Customized window / frame java swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Customized window / frame java swing" Watch "Customized window / frame java swing" New topic
Author

Customized window / frame java swing

Pranit Sonawane
Ranch Hand

Joined: Jul 29, 2011
Posts: 102

Hi all I'm developing a java swing application and I want a customized window like that window will not have any of the options like titile, minimize, maximize or close option. only login text boxes and login & exit buttons. How can I do that. Actually I don't have any code to display here.
Joel Christophel
Ranch Hand

Joined: Apr 20, 2011
Posts: 119

Take a look at JWindow.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32604
    
    4
Agree. But this discussion would fit better in our GUIs forum, so I shall move it.
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1787
    
    2
JWindow is not a good option because by default components like JTextField will not be able to receive key strokes.

Instead use an undecorated JDialog or JFrame.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Customized window / frame java swing
 
Similar Threads
Send a custom message (swing)
Developing Web Application without IE toolbars
Problem: Java App’s System Try icon not showing after window login
Closing all open windows and opening new one
Problem: Java App’s System Try icon not showing after window login