The Artima Developer Community
Sponsored Link

Java Buzz Forum
Asserting Control Over the GUI: Commands, Defaults, and Resource Bundles

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Asserting Control Over the GUI: Commands, Defaults, and Resource Bundles Posted: Feb 1, 2005 11:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Asserting Control Over the GUI: Commands, Defaults, and Resource Bundles
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Asserting Control Over the GUI: Commands, Defaults, and Resource Bundles
This article is about defining Swing application behavior. It's about combining low-level J2SE primitives, like Actions, ResourceBundles, and UIDefaults, in a way that's appropriate for moderately large desktop Java applications. The article begins with a review of event handling, Swing actions, and conventional approaches for defining them. The second half of the article demonstrates how one can separate an Action's visual properties into a ResourceBundle that's loaded through Swing's UIDefaults API. In addition to enabling localization, this approach shifts some of the GUI from code to a declarative representation. That's an advantage for large applications, because the declarative aspect of the application can be developed independently from the code...

In case anyone missed the Java.net article.

Read: Asserting Control Over the GUI: Commands, Defaults, and Resource Bundles

Topic: [Jan 24, 2005 08:57 PST] 18 Links Previous Topic   Next Topic Topic: To “nofollow” or not, that is the question…

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use