Java assignment help
CS444Project/build.xml
Builds, tests, and runs the project CS444Project.
CS444Project/images/fishLogo.png
CS444Project/manifest.mf
Manifest-Version: 1.0 X-COMMENT: Main-Class will be added automatically by build
CS444Project/nbproject/build-impl.xml
Must set src.dir Must set test.src.dir Must set build.dir Must set dist.dir Must set build.classes.dir Must set dist.javadoc.dir Must set build.test.classes.dir Must set build.test.results.dir Must set build.classes.excludes Must set dist.jar Must set javac.includes No tests executed. Must set JVM to use for profiling in profiler.info.jvm Must set profiler agent JVM arguments in profiler.info.jvmargs.agent Must select some files in the IDE or set javac.includes To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}" Must select one file in the IDE or set run.class Must select one file in the IDE or set run.class Must select one file in the IDE or set debug.class Must select one file in the IDE or set debug.class Must set fix.includes This target only works when run from inside the NetBeans IDE. Must select one file in the IDE or set profile.class This target only works when run from inside the NetBeans IDE. This target only works when run from inside the NetBeans IDE. This target only works when run from inside the NetBeans IDE. Must select one file in the IDE or set run.class Must select some files in the IDE or set test.includes Must select one file in the IDE or set run.class Must select one file in the IDE or set applet.url Must select some files in the IDE or set javac.includes Some tests failed; see details above. Must select some files in the IDE or set test.includes Some tests failed; see details above. Must select some files in the IDE or set test.class Must select some method in the IDE or set test.method Some tests failed; see details above. Must select one file in the IDE or set test.class Must select one file in the IDE or set test.class Must select some method in the IDE or set test.method Must select one file in the IDE or set applet.url Must select one file in the IDE or set applet.url
CS444Project/nbproject/genfiles.properties
build.xml.data.CRC32=90afaf12 build.xml.script.CRC32=527bfd3f [email protected] # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=90afaf12 nbproject/build-impl.xml.script.CRC32=a4f79c25 nbproject/[email protected]
CS444Project/nbproject/private/private.properties
compile.on.save=true user.properties.file=C:\\Users\\mp802\\AppData\\Roaming\\NetBeans\\8.2rc\\build.properties
CS444Project/nbproject/private/private.xml
file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/service/Contact.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/DeleteItemsUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/HomeScreenUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/service/Accounts.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/domain/Login.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java file:/C:/Users/mp802/OneDrive/Documents/NetBeansProjects/CS444Project/src/cs444project/presentation/CreateAccountUI.java
CS444Project/nbproject/project.properties
annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processor.options= annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated build.generated.sources.dir=${build.dir}/generated-sources # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results # Uncomment to specify the preferred debugger connection transport: #debug.transport=dt_socket debug.classpath=\ ${run.classpath} debug.test.classpath=\ ${run.test.classpath} # Files in build.classes.dir which should be excluded from distribution jar dist.archive.excludes= # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/CS444Project.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= file.reference.jcalendar-1.4.jar=C:\\Users\\mp802\\OneDrive\\Documents\\Desktop\\jcalendar-1.4\\lib\\jcalendar-1.4.jar includes=** jar.compress=false javac.classpath=\ ${file.reference.jcalendar-1.4.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.external.vm=true javac.processorpath=\ ${javac.classpath} javac.source=1.8 javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= main.class=cs444project.CS444Project manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project. # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys-prop.name=value: run.jvmargs= run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=src test.src.dir=test
CS444Project/nbproject/project.xml
org.netbeans.modules.java.j2seproject CS444Project
CS444Project/src/cs444project/domain/Accounts.java
CS444Project/src/cs444project/domain/Accounts.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
domain
;
/**
*
*
@author
mp802
*/
public
class
Accounts
{
}
CS444Project/src/cs444project/domain/Contact.java
CS444Project/src/cs444project/domain/Contact.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
domain
;
/**
*
*
@author
mp802
*/
public
class
Contact
{
}
CS444Project/src/cs444project/domain/Login.java
CS444Project/src/cs444project/domain/Login.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
domain
;
/**
*
*
@author
mp802
*/
public
class
Login
{
}
CS444Project/src/cs444project/domain/MenuItems.java
CS444Project/src/cs444project/domain/MenuItems.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
domain
;
/**
*
*
@author
mp802
*/
public
class
MenuItems
{
}
CS444Project/src/cs444project/domain/MenuSubItems.java
CS444Project/src/cs444project/domain/MenuSubItems.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
domain
;
/**
*
*
@author
mp802
*/
public
class
MenuSubItems
{
}
CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.form
CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java
CS444Project/src/cs444project/presentation/Add_Update_ItemsUI.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
presentation
;
import
java
.
awt
.
event
.
ActionEvent
;
import
java
.
awt
.
event
.
ActionListener
;
import
java
.
text
.
ParseException
;
import
javax
.
swing
.
JFormattedTextField
;
import
javax
.
swing
.
JFrame
;
import
javax
.
swing
.
SwingUtilities
;
import
javax
.
swing
.
text
.
MaskFormatter
;
/**
*
*
@author
mp802
*/
public
class
Add_Update_ItemsUI
extends
javax
.
swing
.
JFrame
{
/**
* Creates new form LoginUI
*/
public
Add_Update_ItemsUI
()
{
initComponents
();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@
SuppressWarnings
(
"unchecked"
)
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private
void
initComponents
()
{
jPanel1
=
new
javax
.
swing
.
JPanel
();
jOpenCreateAccountGUI
=
new
javax
.
swing
.
JButton
();
jScrollPane1
=
new
javax
.
swing
.
JScrollPane
();
jTable1
=
new
javax
.
swing
.
JTable
();
setDefaultCloseOperation
(
javax
.
swing
.
WindowConstants
.
EXIT_ON_CLOSE
);
setBackground
(
new
java
.
awt
.
Color
(
242
,
244
,
249
));
jPanel1
.
setBackground
(
new
java
.
awt
.
Color
(
231
,
235
,
238
));
jPanel1
.
setBorder
(
javax
.
swing
.
BorderFactory
.
createLineBorder
(
new
java
.
awt
.
Color
(
0
,
0
,
0
)));
jPanel1
.
setForeground
(
new
java
.
awt
.
Color
(
0
,
71
,
101
));
jOpenCreateAccountGUI
.
setBackground
(
new
java
.
awt
.
Color
(
0
,
71
,
101
));
jOpenCreateAccountGUI
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Heavy"
,
0
,
24
));
// NOI18N
jOpenCreateAccountGUI
.
setText
(
"Add/Update Items"
);
jOpenCreateAccountGUI
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jOpenCreateAccountGUIActionPerformed
(
evt
);
}
});
jTable1
.
setModel
(
new
javax
.
swing
.
table
.
DefaultTableModel
(
new
Object
[][]
{
},
new
String
[]
{
}
));
jScrollPane1
.
setViewportView
(
jTable1
);
javax
.
swing
.
GroupLayout
jPanel1Layout
=
new
javax
.
swing
.
GroupLayout
(
jPanel1
);
jPanel1
.
setLayout
(
jPanel1Layout
);
jPanel1Layout
.
setHorizontalGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
,
jPanel1Layout
.
createSequentialGroup
()
.
addContainerGap
(
40
,
Short
.
MAX_VALUE
)
.
addComponent
(
jScrollPane1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
886
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addContainerGap
(
48
,
Short
.
MAX_VALUE
))
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addGap
(
328
,
328
,
328
)
.
addComponent
(
jOpenCreateAccountGUI
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
276
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addContainerGap
(
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
Short
.
MAX_VALUE
))
);
jPanel1Layout
.
setVerticalGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
,
jPanel1Layout
.
createSequentialGroup
()
.
addContainerGap
()
.
addComponent
(
jScrollPane1
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
247
,
Short
.
MAX_VALUE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)
.
addComponent
(
jOpenCreateAccountGUI
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
54
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addGap
(
23
,
23
,
23
))
);
javax
.
swing
.
GroupLayout
layout
=
new
javax
.
swing
.
GroupLayout
(
getContentPane
());
getContentPane
().
setLayout
(
layout
);
layout
.
setHorizontalGroup
(
layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
layout
.
createSequentialGroup
()
.
addContainerGap
(
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
Short
.
MAX_VALUE
)
.
addComponent
(
jPanel1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
))
);
layout
.
setVerticalGroup
(
layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addComponent
(
jPanel1
,
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
);
pack
();
}
// </editor-fold>//GEN-END:initComponents
private
void
jOpenCreateAccountGUIActionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
//GEN-FIRST:event_jOpenCreateAccountGUIActionPerformed
// TODO add your handling code here:
}
//GEN-LAST:event_jOpenCreateAccountGUIActionPerformed
/**
*
@param
args the command line arguments
*/
public
static
void
main
(
String
args
[])
{
/* Set the Nimbus look and feel */
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try
{
for
(
javax
.
swing
.
UIManager
.
LookAndFeelInfo
info
:
javax
.
swing
.
UIManager
.
getInstalledLookAndFeels
())
{
if
(
"Nimbus"
.
equals
(
info
.
getName
()))
{
javax
.
swing
.
UIManager
.
setLookAndFeel
(
info
.
getClassName
());
break
;
}
}
}
catch
(
ClassNotFoundException
ex
)
{
java
.
util
.
logging
.
Logger
.
getLogger
(
Add_Update_ItemsUI
.
class
.
getName
()).
log
(
java
.
util
.
logging
.
Level
.
SEVERE
,
null
,
ex
);
}
catch
(
InstantiationException
ex
)
{
java
.
util
.
logging
.
Logger
.
getLogger
(
Add_Update_ItemsUI
.
class
.
getName
()).
log
(
java
.
util
.
logging
.
Level
.
SEVERE
,
null
,
ex
);
}
catch
(
IllegalAccessException
ex
)
{
java
.
util
.
logging
.
Logger
.
getLogger
(
Add_Update_ItemsUI
.
class
.
getName
()).
log
(
java
.
util
.
logging
.
Level
.
SEVERE
,
null
,
ex
);
}
catch
(
javax
.
swing
.
UnsupportedLookAndFeelException
ex
)
{
java
.
util
.
logging
.
Logger
.
getLogger
(
Add_Update_ItemsUI
.
class
.
getName
()).
log
(
java
.
util
.
logging
.
Level
.
SEVERE
,
null
,
ex
);
}
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
//</editor-fold>
/* Create and display the form */
java
.
awt
.
EventQueue
.
invokeLater
(
new
Runnable
()
{
public
void
run
()
{
new
Add_Update_ItemsUI
().
setVisible
(
true
);
}
});
}
// Variables declaration - do not modify//GEN-BEGIN:variables
private
javax
.
swing
.
JButton
jOpenCreateAccountGUI
;
private
javax
.
swing
.
JPanel
jPanel1
;
private
javax
.
swing
.
JScrollPane
jScrollPane1
;
private
javax
.
swing
.
JTable
jTable1
;
// End of variables declaration//GEN-END:variables
}
CS444Project/src/cs444project/presentation/CreateAccountUI.form
CS444Project/src/cs444project/presentation/CreateAccountUI.java
CS444Project/src/cs444project/presentation/CreateAccountUI.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package
cs444project
.
presentation
;
/**
*
*
@author
mp802
*/
public
class
CreateAccountUI
extends
javax
.
swing
.
JPanel
{
/**
* Creates new form CreateAccountUI
*/
public
CreateAccountUI
()
{
initComponents
();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@
SuppressWarnings
(
"unchecked"
)
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private
void
initComponents
()
{
jPanel1
=
new
javax
.
swing
.
JPanel
();
jTextField1
=
new
javax
.
swing
.
JTextField
();
jTextField2
=
new
javax
.
swing
.
JTextField
();
jCreateAccountButton
=
new
javax
.
swing
.
JButton
();
jTextField3
=
new
javax
.
swing
.
JTextField
();
jTextField4
=
new
javax
.
swing
.
JTextField
();
jTextField5
=
new
javax
.
swing
.
JTextField
();
jTextArea4
=
new
javax
.
swing
.
JTextArea
();
jTextArea6
=
new
javax
.
swing
.
JTextArea
();
jTextField6
=
new
javax
.
swing
.
JTextField
();
jTextField7
=
new
javax
.
swing
.
JTextField
();
jTextArea7
=
new
javax
.
swing
.
JTextArea
();
jTextArea8
=
new
javax
.
swing
.
JTextArea
();
jTextArea9
=
new
javax
.
swing
.
JTextArea
();
jSeparator1
=
new
javax
.
swing
.
JSeparator
();
jTextArea11
=
new
javax
.
swing
.
JTextArea
();
jTextField8
=
new
javax
.
swing
.
JTextField
();
jTextArea12
=
new
javax
.
swing
.
JTextArea
();
jTextField9
=
new
javax
.
swing
.
JTextField
();
jTextArea13
=
new
javax
.
swing
.
JTextArea
();
jCancelButton
=
new
javax
.
swing
.
JButton
();
choice1
=
new
java
.
awt
.
Choice
();
jPanel1
.
setBackground
(
new
java
.
awt
.
Color
(
231
,
235
,
238
));
jPanel1
.
setBorder
(
javax
.
swing
.
BorderFactory
.
createLineBorder
(
new
java
.
awt
.
Color
(
0
,
0
,
0
)));
jTextField1
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField1
.
setText
(
"Username"
);
jTextField1
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField1ActionPerformed
(
evt
);
}
});
jTextField2
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField2
.
setText
(
"Password"
);
jTextField2
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField2ActionPerformed
(
evt
);
}
});
jCreateAccountButton
.
setBackground
(
new
java
.
awt
.
Color
(
0
,
71
,
101
));
jCreateAccountButton
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Heavy"
,
0
,
24
));
// NOI18N
jCreateAccountButton
.
setText
(
"Create Account"
);
jCreateAccountButton
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jCreateAccountButtonActionPerformed
(
evt
);
}
});
jTextField3
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField3
.
setText
(
"First Name"
);
jTextField3
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField3ActionPerformed
(
evt
);
}
});
jTextField4
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField4
.
setText
(
"Confirm Password"
);
jTextField4
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField4ActionPerformed
(
evt
);
}
});
jTextField5
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField5
.
setText
(
"State"
);
jTextField5
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField5ActionPerformed
(
evt
);
}
});
jTextArea4
.
setColumns
(
20
);
jTextArea4
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea4
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea4
.
setRows
(
5
);
jTextArea6
.
setColumns
(
20
);
jTextArea6
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea6
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea6
.
setRows
(
5
);
jTextField6
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField6
.
setText
(
"Last Name"
);
jTextField6
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField6ActionPerformed
(
evt
);
}
});
jTextField7
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField7
.
setText
(
"Address"
);
jTextField7
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField7ActionPerformed
(
evt
);
}
});
jTextArea7
.
setColumns
(
20
);
jTextArea7
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea7
.
setRows
(
5
);
jTextArea8
.
setColumns
(
20
);
jTextArea8
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea8
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea8
.
setRows
(
5
);
jTextArea9
.
setColumns
(
20
);
jTextArea9
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea9
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea9
.
setRows
(
5
);
jSeparator1
.
setForeground
(
new
java
.
awt
.
Color
(
0
,
71
,
101
));
jTextArea11
.
setColumns
(
20
);
jTextArea11
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea11
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea11
.
setRows
(
5
);
jTextField8
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField8
.
setText
(
"City"
);
jTextField8
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField8ActionPerformed
(
evt
);
}
});
jTextArea12
.
setColumns
(
20
);
jTextArea12
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea12
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea12
.
setRows
(
5
);
jTextField9
.
setFont
(
new
java
.
awt
.
Font
(
"Verdana"
,
0
,
24
));
// NOI18N
jTextField9
.
setText
(
"Zip Code"
);
jTextField9
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jTextField9ActionPerformed
(
evt
);
}
});
jTextArea13
.
setColumns
(
20
);
jTextArea13
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
30
));
// NOI18N
jTextArea13
.
setForeground
(
new
java
.
awt
.
Color
(
40
,
44
,
49
));
jTextArea13
.
setRows
(
5
);
jCancelButton
.
setBackground
(
new
java
.
awt
.
Color
(
0
,
71
,
101
));
jCancelButton
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Heavy"
,
0
,
24
));
// NOI18N
jCancelButton
.
setText
(
"Cancel"
);
jCancelButton
.
addActionListener
(
new
java
.
awt
.
event
.
ActionListener
()
{
public
void
actionPerformed
(
java
.
awt
.
event
.
ActionEvent
evt
)
{
jCancelButtonActionPerformed
(
evt
);
}
});
choice1
.
setFont
(
new
java
.
awt
.
Font
(
"Franklin Gothic Book"
,
0
,
36
));
// NOI18N
choice1
.
setPreferredSize
(
new
java
.
awt
.
Dimension
(
164
,
30
));
javax
.
swing
.
GroupLayout
jPanel1Layout
=
new
javax
.
swing
.
GroupLayout
(
jPanel1
);
jPanel1
.
setLayout
(
jPanel1Layout
);
jPanel1Layout
.
setHorizontalGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addContainerGap
()
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addComponent
(
jTextField6
)
.
addGap
(
12
,
12
,
12
))
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addComponent
(
jTextField3
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)))
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
,
false
)
.
addComponent
(
jTextArea9
)
.
addComponent
(
jTextArea8
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
486
,
Short
.
MAX_VALUE
)))
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addComponent
(
jTextField7
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
RELATED
)
.
addComponent
(
jTextArea6
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
486
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
))
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addComponent
(
jTextField8
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
80
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
RELATED
)
.
addComponent
(
jTextArea12
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
0
,
Short
.
MAX_VALUE
)
.
addGap
(
18
,
18
,
18
)
.
addComponent
(
jTextField5
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
80
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
RELATED
)
.
addComponent
(
choice1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
81
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addGap
(
18
,
18
,
18
)
.
addComponent
(
jTextField9
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
130
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)
.
addComponent
(
jTextArea13
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
166
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
))))
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addGap
(
112
,
112
,
112
)
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
)
.
addComponent
(
jTextField1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
228
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addComponent
(
jTextField2
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
228
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addComponent
(
jTextField4
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
228
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
))
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
,
false
)
.
addComponent
(
jTextArea4
)
.
addComponent
(
jTextArea7
)
.
addComponent
(
jTextArea11
))))
.
addContainerGap
())
.
addComponent
(
jSeparator1
,
javax
.
swing
.
GroupLayout
.
Alignment
.
TRAILING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addGap
(
141
,
141
,
141
)
.
addComponent
(
jCreateAccountButton
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
295
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)
.
addComponent
(
jCancelButton
)
.
addContainerGap
(
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
Short
.
MAX_VALUE
))
);
jPanel1Layout
.
setVerticalGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addGroup
(
jPanel1Layout
.
createSequentialGroup
()
.
addContainerGap
()
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
)
.
addComponent
(
jTextField1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
46
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addComponent
(
jTextArea11
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
0
,
Short
.
MAX_VALUE
))
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
RELATED
)
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
,
false
)
.
addComponent
(
jTextField2
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
44
,
Short
.
MAX_VALUE
)
.
addComponent
(
jTextArea4
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
0
,
Short
.
MAX_VALUE
))
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
RELATED
)
.
addGroup
(
jPanel1Layout
.
createParallelGroup
(
javax
.
swing
.
GroupLayout
.
Alignment
.
LEADING
,
false
)
.
addComponent
(
jTextField4
,
javax
.
swing
.
GroupLayout
.
DEFAULT_SIZE
,
44
,
Short
.
MAX_VALUE
)
.
addComponent
(
jTextArea7
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
0
,
Short
.
MAX_VALUE
))
.
addGap
(
17
,
17
,
17
)
.
addComponent
(
jSeparator1
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
,
25
,
javax
.
swing
.
GroupLayout
.
PREFERRED_SIZE
)
.
addPreferredGap
(
javax
.
swing
.
LayoutStyle
.
ComponentPlacement
.
UNRELATED
)