Created
January 15, 2009 22:23
-
-
Save LoganBarnett/47671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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