Results 1 to 2 of 2

Thread: FormLayout(s) and FormBuilder(s)

  1. #1

    Default FormLayout(s) and FormBuilder(s)

    Where can I find more infomation on FormLayout(s) and FormBuilder(s)? In particular, information about the preference and size properties like the ones in the below eamples? ie. <"leftref, 5dlu, pref:grow"> and <"colSpec=2cm">

    Code:
    FormLayout layout = new FormLayout&#40;"left&#58;pref, 5dlu, pref&#58;grow"&#41;;
    Code:
    formBuilder.add&#40;"postcode", "colSpec=2cm"&#41;;
    is this notation some standard API that I can find other resources of information about or are they particular to SpringRPC?

    -TIA-
    -ScottTavares-

  2. #2

    Default

    http://www.jgoodies.com/freeware/forms/

    Download the forms library and theres plenty of information on how to use this excellent API from Jgoodies...

    Cheers

    Alan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •