
// printer.txt NestedSwinger example
// Andrew Davison, ad@fivedots.coe.psu.ac.th, May 2010


border {

  center: vbox {
     label "Printer: LP001"

     flow {
        vbox {
           checkbox = imageCB "Image"
           checkbox "Text"
           checkbox "Code"
        }
        vbox {
           radio "Selection"  group=g1
           radio "All" on     group=g1
           radio "Applet"     group=g1
        }
     }

     flow {
        label "Print Quality: "
        popdown { "High" "Medium" "Low" }
        checkbox "Print to File"
     }
  }

  east: grid 4 1 {
      button "Ok"
      button "Cancel"
      button "Setup..."
      button "Help"
  }   
}