The LookandFeel application lets you change the graphical user interface--the look and feel--at runtime. When you make a selection, a message is sent to the SwingSet component to render itself (and the components it contains) for the new look and feel.
In this section, you work with the Connection Wizard to connect the event source (lnfSelector) to the event target (swingSet).
Since connection mode is selected, your next two clicks determine the event source and the event target. You must click the target immediately after clicking the source.
The Connection Wizard - Step 1 opens. It lists all events that lnfSelector can fire.
The Connection Wizard - Step 2 opens.
All messages that can be sent to swingSet are listed.
The Connection Wizard - Step 3 opens.
All of lnfSelector's properties are listed.
The Source Editor opens to show the generated code.
Next:![]() Back: ![]() |