org.apache.tools.ant.taskdefs.optional.ide

Class VAJAntToolGUI

public class VAJAntToolGUI extends Frame

This is a simple grafical user interface to provide the information needed by ANT and to start the build-process within IBM VisualAge for Java.

I was using AWT to make it independent from the JDK-version. Please don't ask me for a Swing-version:I am very familiar with Swing and I really think that it's not necessary for such a simple gui!

It is completely developed in VAJ using the visual composition editor. About 90% of the code is generated by VAJ, but in fact I did a lot of code-beautification ;-).

Version: 1.0 h

Constructor Summary
VAJAntToolGUI(VAJBuildInfo newBuildInfo)
AntMake constructor called by VAJAntTool integration.
Method Summary
static voidcenterDialog(Dialog dialog)
This method is used to center dialogs.

Constructor Detail

VAJAntToolGUI

public VAJAntToolGUI(VAJBuildInfo newBuildInfo)
AntMake constructor called by VAJAntTool integration.

Parameters: newBuildInfo VAJBuildInfo

Method Detail

centerDialog

public static void centerDialog(Dialog dialog)
This method is used to center dialogs.
Copyright