Results 1 to 3 of 3
Thread: App Help
- 11-06-2008, 09:25 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 63
- Rep Power
- 0
App Help
Hi, I am writing a Java application and I want to know how to create 'Save' and 'Save As' dialogs as in MS Windows applications. Speaking of MS Windows applications, does anyone know how to change the look and feel of standard Java menus,JFileChoosers,Save Dialogs etc to look like MS Windows applications. If so, could someone please post a code example?
Help is much appreciated.
- 11-06-2008, 09:39 PM #2
I think the Save vs Save As is up to you. Save does it, Save As prompts for where to save it.
For LAF Do a search for something like the following: UIManager.setLookAndFeel("com.sun.java.swing.plaf. windows.WindowsLookAndFeel");Last edited by Norm; 11-06-2008 at 09:42 PM.
- 11-07-2008, 06:02 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
And read more on Suns' tutorial. There are few examples as well.
How to Set the Look and Feel (The Java™ Tutorials > Creating a GUI with JFC/Swing > Modifying the Look and Feel)


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks