Chapter 8 Examples
Here are the example applications for Chapter 8: Laying Out Your Applications.
- Layout Examples – Source
- ContactManager – Source
3 Comments so far
Leave a reply
Here are the example applications for Chapter 8: Laying Out Your Applications.
A question: In the first edition, page 106, example Figure 8-11, there is a CheckBox id=”dogsCheckBox”. It has label=”Likes Dogs”. I would like the label text to be *before* the checkbox box, and aligned with the label text label=”Age” of the NumericStepper id=”ageNS” just above it. How is that done?
CheckBox has a labelPlacement property which takes a value of left, right, top, or bottom.
in chapter 7, i m doing same as source provided, it is coming except that style in background color.
Please give some idea.