The org.eclipse.swt.layout.FormData.height in Java is a property that specifies the height of a widget within the FormLayout. FormLayout is a layout manager in the Eclipse SWT library that allows widgets to be positioned and sized relative to each other. By setting the height property using FormData, you can control the height of a widget within the layout. This property is specified in pixels and determines the vertical size of the widget.
Java FormData.height - 30 examples found. These are the top rated real world Java examples of org.eclipse.swt.layout.FormData.height extracted from open source projects. You can rate examples to help us improve the quality of examples.