The Java Beans view displays components in the order in which they are added to their parent. You can use the Java Beans view to change this order.
When the source is parsed, the order that displays in the Java Beans view is determined by the order of the methods that create the relationship, such as add(Component,Object).
To use the Java Beans view to reorder children components: