Skip to content

Instantly share code, notes, and snippets.

@LoganBarnett
Created January 15, 2009 22:23
Show Gist options
  • Save LoganBarnett/47671 to your computer and use it in GitHub Desktop.
Save LoganBarnett/47671 to your computer and use it in GitHub Desktop.
# New users using Netbeans will need to know that the GroupLayout (aka FreeDesign) is a picky layout that demands
# constraints while adding components. By default, all containers use GroupLayout in Netbeans's GUI builder. If you're
# not sure what all this means, just start off with a BoxLayout (which is not picky). If your layout needs constraints,
# you will need to pass them in with your Method Nesting. Some layouts even need @main_view_component#revalidate to be
# called. In short, be aware of Swing's quirks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment