File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes How to add a button to the Title bar? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to add a button to the Title bar?" Watch "How to add a button to the Title bar?" New topic
Author

How to add a button to the Title bar?

Rajeev Sampath
Greenhorn

Joined: Oct 19, 2007
Posts: 5
I want to add an additional button to the title bar of a JInternalFrame?
Is is possible? If so, how can I do that?
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8430

Originally posted by Rajeev Sampath:
I want to add an additional button to the title bar of a JInternalFrame?
Is is possible? If so, how can I do that?


Check out WindowsInternalFrameTitlePane.


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Rajeev Sampath
Greenhorn

Joined: Oct 19, 2007
Posts: 5
Thanks for the information.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to add a button to the Title bar?
 
Similar Threads
hot to change the icon at title bar?
Adding Buttons to JFrame title bar
J2me Application Icon and title bar ImageIcon
disable CLOSE (X) button on a popup window
prevent close of JDialog except thru my button