From: Adam B. <ada...@gb...> - 2000-12-11 04:25:04
|
Irwan wrote: > 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. > What's the error? I realise it's an obvious question, but "null" isn't a keyword in Python. "None" is used instead. Adam Burke www.gbst.com -- Oh, America happened to America and it was all downhill from there. -- Bronwyn Sharman <ignore useful code sample> |