org.apache.tools.ant.taskdefs.optional.ide
Class VAJAntToolGUI
Frame
org.apache.tools.ant.taskdefs.optional.ide.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 ;-).
VAJAntToolGUI(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo newBuildInfo) - AntMake constructor called by VAJAntTool integration.
|
static void | centerDialog(Dialog dialog) - This method is used to center dialogs.
|
VAJAntToolGUI
public VAJAntToolGUI(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo newBuildInfo)
AntMake constructor called by VAJAntTool integration.
newBuildInfo
- VAJBuildInfo
centerDialog
public static void centerDialog(Dialog dialog)
This method is used to center dialogs.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.