Discussion:
Netbeans Free Design to Absolute Layout
(too old to reply)
g***@hotmail.com
2014-02-05 04:32:40 UTC
Permalink
I've had trouble with Netbeans layout in the past but I just had a situation where Swing textboxes jumped across the panel in response to a textbox input when the program was running. What the heck can cause that? I switched to "Absolute Layout" mode and have not seen it happen again. Isn't there some other way to "lock down" an assisted layout? Thanks.
John B. Matthews
2014-02-07 17:43:26 UTC
Permalink
Post by g***@hotmail.com
I've had trouble with Netbeans layout in the past but I just had a situation where Swing textboxes jumped across the panel in response to a textbox input when the program was running. What the heck can cause that? I switched to "Absolute Layout" mode and have not seen it happen again. Isn't there some other way to "lock down" an assisted layout? Thanks.
One perennial problem is failing to pack() the enclosing Window before
invoking its setVisible() method.
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
Loading...