John Sanabria
2007-11-08 04:22:10 UTC
hi,
I'm using tablelayout for my front-end application using SwingBuilder.
In a given row, I define something like that:
tr {
td {
button('hey')
}
td {
button('you')
}
}
Visually, there are a space between the two buttons filled with gray
color, but the rest of my GUI has the color white as background.
How I can put color white as background in that row?
Thanks a lot,
PD: I try with
- tr(background: Color.WHITE)
- tr(bgcolor: Color.WHITE)
I'm need to deliver a snapshot of my application tomorrow :(
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
I'm using tablelayout for my front-end application using SwingBuilder.
In a given row, I define something like that:
tr {
td {
button('hey')
}
td {
button('you')
}
}
Visually, there are a space between the two buttons filled with gray
color, but the rest of my GUI has the color white as background.
How I can put color white as background in that row?
Thanks a lot,
PD: I try with
- tr(background: Color.WHITE)
- tr(bgcolor: Color.WHITE)
I'm need to deliver a snapshot of my application tomorrow :(
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email