Results 1 to 3 of 3

Thread: TableFormBuilder private method

  1. #1
    Join Date
    May 2006
    Posts
    4

    Default TableFormBuilder private method

    Hi

    I'm extending TableFormBuilder to add new methods similar to "addTextArea".
    And I wan't to use method:

    addBinding(Binding binding, JComponent wrappedControl, String attributes, String labelAttributes)

    but it's private. It would be very nice do change it to "protected" or maybe even "public". Is it possible?

  2. #2
    Join Date
    Apr 2006
    Location
    Germany, Berlin
    Posts
    61

    Default

    I just commited some changes to the TableFormBuilder which also fixes your issue. Try it out and let us know if it works for you.
    ___
    Mathias

  3. #3
    Join Date
    May 2006
    Posts
    4

    Default Perfect

    Thanks - it works perfect now.

Posting Permissions

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