logo

abstract class

fwt::Pane

sys::Obj
  fwt::Widget
    fwt::Pane

Pane is a container widget responsible for the layout of its children. Custom panes should:

  1. Override prefSize to compute their preferred size
  2. Override onLayout to set the bounds of all their children

Slots

More Info

Slots