The `Dimension.height` in Java refers to the vertical size or extent of a graphical object or component. It represents the distance or measurement from the top edge to the bottom edge of the object. This property is commonly used in graphical user interface (GUI) development to specify the height of various elements such as windows, panels, buttons, labels, or any other visual components.
Java Dimension.height - 30 examples found. These are the top rated real world Java examples of Dimension.height extracted from open source projects. You can rate examples to help us improve the quality of examples.