Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2886 > unrolled thread
| Started by | galt_57@hotmail.com |
|---|---|
| First post | 2014-02-04 20:32 -0800 |
| Last post | 2014-02-07 12:43 -0500 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.help
Netbeans Free Design to Absolute Layout galt_57@hotmail.com - 2014-02-04 20:32 -0800
Re: Netbeans Free Design to Absolute Layout "John B. Matthews" <nospam@nospam.invalid> - 2014-02-07 12:43 -0500
| From | galt_57@hotmail.com |
|---|---|
| Date | 2014-02-04 20:32 -0800 |
| Subject | Netbeans Free Design to Absolute Layout |
| Message-ID | <c35db48d-5887-45e9-8285-c8aad6515b37@googlegroups.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.
[toc] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2014-02-07 12:43 -0500 |
| Message-ID | <ld35vs$e4e$1@dont-email.me> |
| In reply to | #2886 |
On 2/4/14, 11:32 PM, galt_57@hotmail.com wrote: > 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>
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.help
csiph-web