o1.gui.layout

Type members

Classlikes

The methods on this trait make it easier to place elements in a Swing container.

The methods on this trait make it easier to place elements in a Swing container.

NOTE TO STUDENTS: In this course, you don’t need to understand how this trait works or can be used.

trait EasyPanel extends GridBagPanel with EasyLayout

The methods on this trait make it easier to place elements in a scala.swing.GridBagPanel.

The methods on this trait make it easier to place elements in a scala.swing.GridBagPanel.

NOTE TO STUDENTS: In this course, you don’t need to understand how this trait works or can be used.

Value members

Concrete methods

def FillBoth(xWeight: Int, yWeight: Int): Fill
def FillHorizontal(weight: Int): Fill
def FillVertical(weight: Int): Fill
def NoFill(xWeight: Int, yWeight: Int): Fill

Concrete fields

val NoBorder: (Int, Int, Int, Int)
val OneSlot: (Int, Int)
val ThreeHigh: (Int, Int)
val ThreeWide: (Int, Int)
val TwoHigh: (Int, Int)
val TwoWide: (Int, Int)