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(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo newBuildInfo)
AntMake constructor called by VAJAntTool integration.

Method Summary

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

Constructor Details

VAJAntToolGUI

public VAJAntToolGUI(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo newBuildInfo)
AntMake constructor called by VAJAntTool integration.
Parameters:
newBuildInfo - VAJBuildInfo

Method Details

centerDialog

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

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.