The following parameters may be changed, at your convenience.
Focus
On Click Only
During a session with the interface builder, if you click one of your components, this component will receive the focus and be moved, following the mouse movement. This may cause trouble to some users who, while clicking the mouse, may also move it unintentionally. Enabling this option will cause the focus to be given to the component, only once the button has been released. In this case, clicking and moving the mouse simultaneously will just select the object without moving it.
Simple
DragDrop Arrow Cursor
When doing drag and drop operations, the cursor is replaced with an icon representing the object being dragged. The location where the object will be dropped is not always intuitive, as icons representing objects have no pointer. So you may prefer VisualMust to always use a simple arrow.
If you click on the Create button from the Events panel, VisualMust will create the required code. It will show the source code if this option has been set on, allowing you to specialize processing immediately. Depending on your way of work, you may have better to just create the empty shells for a group of events and put the actual code later. In this case, just deselect the associated check box and you will have to use the Update button to go to initiate the editing phase.
With this option, you may stipulate how you want the Events panel to be expanded.
ShowPopupMenu
X And Y
When clicking with the right mouse button, VisualMust will capture the location of the mouse and then will apply your preferences : if you have set X = 0 and Y = 0 values, no correction will be applied.
This field should contain filters, i.e. file types, that you want to be included when the VisualMust Image Chooser is shown.
Enabled
Animated Image
VisualMust allows you to embed animated images in the Graphical Interface you're designing. However the display of the animation during the design phase can be rather disturbing. This option, if unselected, will force the image to appear as a simple one.
Enabled
AWT Basic Component
The java AWT has introduced components that are platform dependent, If you want your application or applet to be 100% Swing (tm) and hence completely platform independent, you are invited to disable this option. In that case, you will not be able to introduce any AWT based component into your design.
Blending
Swing / AWT allowed
Using a mix of Swing(tm) and AWT components within the same panel is not recommended. Disabling this option will make VisualMust prevent you of doing so.