requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
verticalAlignment,,,,"The vertical alignment of the icon and text.",int,getVerticalAlignment,setVerticalAlignment,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,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
opaque,,,,,boolean,isOpaque,setOpaque,true,,
selected,,,,,boolean,isSelected,setSelected,,,
verticalTextPosition,,,,"The vertical position of the text relative to the icon.",int,getVerticalTextPosition,setVerticalTextPosition,true,,