aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Skinable GUI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Skinable GUI" Watch "Skinable GUI" New topic
Author

Skinable GUI

Cleverson Schmidt
Ranch Hand

Joined: Feb 17, 2004
Posts: 55
Hi friends
Does somebody here has experience in Skinable GUIs? I'm trying to figure out how can I accomplish that in the best way.
In my current approach I'm thinking of having 3 parts composing each window in my application.
1 - View class (java class)
2 - Components description (XML file)
3 - Resource
The View class is the java class that constructs each window putting all components into it. The attributes of these components would be configured using the data present in the XML file. The class read the XML file which maps components attributes to resources, images for example. At the end of the process the View class is always the same, the skin is composed of different XML and resource files.
Could you please comment/suggest/criticize on that? Does somebody here has any experience on that?
Thank you in advance
Best Regards
Cleverson Schmidt
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

http://javootoo.l2fprod.com/
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Skinable GUI
 
Similar Threads
Opening the main application window & MVC
ICE Test 286 solved 89 %
Is Eclipse on par?
IBM Exam 157 - Questions and Answers (Sample Exam)
Does anyone solved ICE Test 286, 287 100% ?