Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1878

SwingBuilder / tableLayout -> more than two cells in one row are not displayed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.1-beta-2
    • None
    • None
    • Windows XP Professional sp2 JVM: 1.4.2_10-b03
    • Patch

    Description

      In the attached example button 'B' is not visible.

      Regards

      Frank

      -------

      import groovy.swing.SwingBuilder

      swing = new SwingBuilder()

      frame = swing.frame() {
      panel {
      tableLayout {
      tr {
      td

      {button 'A'}

      td

      {button 'B'}

      td

      {button 'C'}

      }
      }
      }
      }
      frame.pack()
      frame.show()

      Attachments

        1. patch.txt
          0.4 kB
          Frank Harnack

        Activity

          People

            paulk Paul King
            harnackf Frank Harnack
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: