How do I use absolute positioning for components in Visaj?
Select the container that you wish to use absolute positioning on e.g. a Panel or Frame. Bring up the property editor and select the layout property (should be under java.awt.Container). The layout value should be set to null at this point. You should notice that the dynamic display shrinks so that you can no longer see your components. While using the null layout, you will have to explicitly set the sizes and locations for each component (or resize where necessary). The layout editor should allow you to move your components around and the changes immediately reflected in the dynamic display. There exist some simple mechanisms to aid in component alignment at the top of the layout editor (A few edge aligment tools) which become active on multiple selection of components.