selectionModel,,true,,"The selection model for the popup menu ",com.sun.java.swing.SingleSelectionModel,getSelectionModel,setSelectionModel,,,
borderPainted,,,,"Is the border of the popup menu painted",boolean,isBorderPainted,setBorderPainted,,,
component,,,,,java.awt.Component,getComponent,,,,
invoker,,true,,"The invoking component for the popup menu ",java.awt.Component,getInvoker,setInvoker,,,
lightWeightPopupEnabled,,true,,"Determines whether lightweight popups are used when possible ",boolean,isLightWeightPopupEnabled,setLightWeightPopupEnabled,,,
label,,,,"The label for the popup menu. ",java.lang.String,getLabel,setLabel,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,,