icon,,,,"The icon this component will display.",com.sun.java.swing.Icon,getIcon,setIcon,true,,
horizontalTextPosition,,true,,"The horizontal position of the label's text, relative to its image.",int,getHorizontalTextPosition,setHorizontalTextPosition,,,
UIClassID,,,,,java.lang.String,getUIClassID,,,,
accessibleContext,,true,,"The AccessibleContext associated with this Label.",com.sun.java.accessibility.AccessibleContext,getAccessibleContext,,,,
UI,,true,,"The L&F object that renders this component.",com.sun.java.swing.plaf.LabelUI,getUI,setUI,,,
disabledIcon,,,,"The value of the disabledIcon property if it has been set.",com.sun.java.swing.Icon,getDisabledIcon,setDisabledIcon,true,,
verticalTextPosition,,,,"The vertical position of the text relative to it's image.",int,getVerticalTextPosition,setVerticalTextPosition,true,,
displayedMnemonic,,,,"The keycode that indicates a mnemonic key.",int,getDisplayedMnemonic,setDisplayedMnemonic,true,,
text,,,,"Defines the single line of text this component will display.",java.lang.String,getText,setText,true,,
iconTextGap,,,,"If both the icon and text properties are set, this property defines the space between them.",int,getIconTextGap,setIconTextGap,true,,
labelFor,,,,"The component this is labelling.",java.awt.Component,getLabelFor,setLabelFor,true,,
horizontalAlignment,,,,"The alignment of the label's content along the X axis.",int,getHorizontalAlignment,setHorizontalAlignment,true,,
verticalAlignment,,,,"The alignment of the label's contents along the Y axis.",int,getVerticalAlignment,setVerticalAlignment,true,,
requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
managingFocus,,,,,boolean,isManagingFocus,,true,,
width,,,,,int,getWidth,,true,,
height,,,,,int,getHeight,,true,,
maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,