From: irwan <ry...@tm...> - 2000-12-11 05:57:27
|
Thanks I've changed the code from null to None and it's work... ----- Original Message ----- From: irwan To: jyt...@li... Sent: Monday, December 11, 2000 12:32 PM Subject: How to setBounds with JPython/Jython Hi all I'm newbie in jpython/jython. I would like to write a simple jython code within swing module that's include setBounds method. It seems only work for the first widget. In java u need to set setLayout to null but when i'm trying to do the same thing i get an error. Below is i simple code in jython that using setBound method which is only work for the first widget. That's mean only jL1 will effect and not (jL / jL2) |