Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2891

Re: Netbeans Free Design to Absolute Layout

From "John B. Matthews" <nospam@nospam.invalid>
Newsgroups comp.lang.java.help
Subject Re: Netbeans Free Design to Absolute Layout
Date 2014-02-07 12:43 -0500
Organization The Wasteland
Message-ID <ld35vs$e4e$1@dont-email.me> (permalink)
References <c35db48d-5887-45e9-8285-c8aad6515b37@googlegroups.com>

Show all headers | View raw


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>

Back to comp.lang.java.help | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web