Positioning

org.nlogo.awt.Positioning
object Positioning

Attributes

Source
Positioning.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def center(window: Window, parent: Window): Unit

for centering frames and dialogs

for centering frames and dialogs

Attributes

Source
Positioning.scala
def moveNextTo(c1: Component, c2: Component): Unit

Moves c1 next to c2. Usually on the right, but if there isn't enough room, left or below.

Moves c1 next to c2. Usually on the right, but if there isn't enough room, left or below.

Attributes

Source
Positioning.scala