| 程序包 | 说明 |
|---|---|
| org.azolla.l.sunny.layout |
| 限定符和类型 | 方法和说明 |
|---|---|
GBC |
GBC.anchor(int anchor)
location of component small
|
GBC |
GBC.fill(int fill)
fill of component small
|
static GBC |
GBC.grid(int gridx,
int gridy) |
static GBC |
GBC.grid(int gridx,
int gridy,
int gridwidth,
int gridheight) |
GBC |
GBC.insets(int distance) |
GBC |
GBC.insets(int top,
int left,
int bottom,
int right)
margin
|
GBC |
GBC.ipad(int ipadx,
int ipady)
padding
|
GBC |
GBC.weight(double weightx,
double weighty) |
Copyright © 2011–2015 Azollas. All rights reserved.