o1.gui.layout

package o1.gui.layout

Members list

Type members

Classlikes

trait EasyLayout extends LayoutContainer

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.

Attributes

Supertypes
trait Wrapper
trait Container
trait UIElement
trait Publisher
trait Reactor
trait Proxy
class Object
trait Matchable
class Any
Show all
Known subtypes
trait EasyPanel

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.

Attributes

Supertypes
trait EasyLayout
class GridBagPanel
class Panel
trait Wrapper
trait Container
class Component
trait UIElement
trait Publisher
trait Reactor
trait Proxy
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

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