public static class GUIUtil.Location
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
fromBottom  | 
boolean | 
fromRight  | 
int | 
x  | 
int | 
y  | 
| Constructor and Description | 
|---|
GUIUtil.Location(int x,
                boolean fromRight,
                int y,
                boolean fromBottom)
Constructor taking an initial location, offset hint. 
 | 
public int x
public int y
public boolean fromRight
public boolean fromBottom
public GUIUtil.Location(int x,
                boolean fromRight,
                int y,
                boolean fromBottom)
fromBottom - whether y is the number of pixels between the bottom edges
            of the toolbox and desktop pane, or between the top edges.