Class | Description |
---|---|
org.netbeans.api.visual.widget.general.ListItemWidget | |
org.netbeans.api.visual.widget.general.ListWidget |
Method | 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.createVerticalLayout() |
use createVerticalFlowLayout method instead
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.