|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
index
PropertySheetPanel.setEditorFactory(PropertyEditorFactory)
PropertySheetTable.setEditorFactory(PropertyEditorFactory)
PropertySheet.VIEW_AS_CATEGORIES
or PropertySheet.VIEW_AS_FLAT_LIST
.
PropertySheet.VIEW_AS_CATEGORIES
or PropertySheet.VIEW_AS_FLAT_LIST
.
PropertySheetPanel.setRendererFactory(PropertyRendererFactory)
PropertySheetTable.setRendererFactory(PropertyRendererFactory)
setZones(new String[]{"A","B"},
new JComponent[]{new JLabel(), new JLabel()},
new String[]{"33%","*"});
would construct a new status bar with two zones (two JLabels)
named A and B, the first zone A will occupy 33 percents of the
overall size of the status bar and B the left space.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |