LayoutStyle
Class LayoutStyle
- java.lang.Object
-
- javax.swing.LayoutStyle
public abstract class LayoutStyle extends Object
LayoutStyle
provides information about how to position components. This class is primarily useful for visual tools and layout managers. Most developers will not need to use this class.
You typically don't set or create a LayoutStyle
. Instead use the static method getInstance
to obtain the current instance.
- Since:
- 1.6
Nested Classes
Modifier and Type | Class and Description |
---|---|
static class |
登录查看完整内容
|