Class and Description |
---|
org.netbeans.api.visual.widget.general.ListItemWidget |
org.netbeans.api.visual.widget.general.ListWidget |
Method and Description |
---|
org.netbeans.api.visual.border.BorderFactory.createFancyDashedBorder(Color, int, int)
use createDashedBorder (color, width, height, true) method instead
|
org.netbeans.api.visual.layout.LayoutFactory.createFillLayout()
use createOverlayLayout method instead
|
org.netbeans.api.visual.layout.LayoutFactory.createHorizontalLayout()
use createHorizontalFlowLayout method instead
|
org.netbeans.api.visual.layout.LayoutFactory.createHorizontalLayout(LayoutFactory.SerialAlignment, int)
use createHorizontalFlowLayout (alignment, gap) method instead
|
org.netbeans.api.visual.layout.LayoutFactory.createVerticalLayout()
use createVerticalFlowLayout method instead
|
org.netbeans.api.visual.layout.LayoutFactory.createVerticalLayout(LayoutFactory.SerialAlignment, int)
use createVerticalFlowLayout (alignment, gap) method instead
|