Java Reference
In-Depth Information
The Properties view displays all of the selected components properties and values. Currently you have to scroll
quite a bit to the right to see the values column. The width of any column can be adjusted by clicking and dragging the
column title separator (at the top of the column).
10.
Adjust the Property column and the width of the Properties view so that the property
names and values can be seen in Figure 4-7 .
Figure 4-7.
Property values can be easily changed either by entering new values in the Properties view or by manipulating
the frame in the Design area. You should be aware that the values displayed are a little misleading because VE does
not capture the properties that are set in the superclass (UsefulFrame) constructor. Notice that the Properties view
shows the EmployeeFrame size is 123 by 34 (this is the amount of space needed to display a minimal frame title bar).
If an EmployeeFrame object were created, the size specified in UsefulFrame would override this default size. The
point is that VE Design pane does not always show how the object will appear when instantiated.
 
Search WWH ::




Custom Search