Source Code: Personalization Example

An example of selecting and applying a skin to the application.

File name Description
com/salmonllc/examples/example16/CustomizeSkinController.java The base controller for the skin editors.
com/salmonllc/examples/example16/CustomizeSwingSkinController.java A controller that sets up the Swing Skin Editor.
com/salmonllc/examples/example16/CustomizeWebSkinController.java A controller that sets up the Web Skin Editor.
com/salmonllc/examples/example16/PersonalizationController.java The controller that applies the skin to the pages in the application.
example16/CustomizeSwingSkin.jsp The JSP view that allows the user to customize attributes for a Swing skin.
example16/CustomizeWebSkin.jsp The JSP view that allows the user to customize attributes for a Web skin.
example16/Personalization.jsp The JSP view that presents the user interface for the example.


Return to Home Page
Run the Example