Re: ListBox, Button, and TextField now alive in javagui
"Samuele Pedroni" <[email protected]>
| Newsgroups | gmane.comp.python.anygui.devel |
|---|---|
| Message-ID | <035a01c25143$b35bed00$6d94fea9@newmexico> |
I think in javagui ComponentWrapper
def setGeometry(self, x, y, width, height):
self.widget.bounds = x, y, width, height
self.widget.validate() # Needed? Needed in others?
could just be
...
if self.widget.layout:
self.widget.validate()
regards.
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390