| javax.swing.JDialog net.xoetrope.builder.editor.dialog.XNewProjectDialog
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | Respond to the button clicks
Parameters: evt - |
cancel | public void cancel()(Code) | | Set the returnValue and set the JDialog to invisible.
|
changeRes | public void changeRes()(Code) | | Change the text for the width and height of the application upon startup
and when the combobox is changed.
|
createProject | public boolean createProject()(Code) | | When the create button is clicked get the instance of the Project and
reset it. Set the paths of the project, copy the default files for the
project. Change the necessary values of the properties file with the
values filled in on the dialog. Get the Project to reload the screens and
set the dialog to invisible.
true if the project is created successfully |
findLocation | public void findLocation()(Code) | | Display a new JFileChooser so as to allow the user to select the location
of their new project. If a location is selected set the text of the path.
|
showDlg | public boolean showDlg()(Code) | | |
|
|