Class GUIUtil.Location

  • Enclosing class:
    GUIUtil

    public static class GUIUtil.Location
    extends Object
    • Constructor Detail

      • Location

        public Location​(int x,
                        boolean fromRight,
                        int y,
                        boolean fromBottom)
        Constructor taking an initial location, offset hint.
        Parameters:
        fromBottom - whether y is the number of pixels between the bottom edges of the toolbox and desktop pane, or between the top edges.