Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Instructions: In the textbook complete exercises 17.3, 17.9, 17.17 and 17.19 There is not a MyProgrammingLab assignment for this unit CS 2323 Unit 10 17.3, Sum ints from file 1 Open file 1 Read ints...

1 answer below »

Instructions:

In the textbook complete exercises 17.3, 17.9, 17.17 and 17.19

There is not a MyProgrammingLab assignment for this unit

CS 2323 Unit 10
17.3, Sum ints from file
1 Open file
1 Read ints
1 Sum and display result
1 Documentation

17.9 Address Book
1.0 Display GUI
1.0 Handle Button inputs
1.0 Read/Write to File
1.0 Documentation

17.17 Bit Output Stream
1.0 Implement Class
1.0 Write to Binary File
1.0 Test Program
1.0 Documentation

17.19 View Hex
1.0 Get File Name & Open
1.0 Read binary data
1.0 Display Hex values
1.0 Documentation

Answered Same Day Oct 24, 2021

Solution

Neha answered on Oct 27 2021
159 Votes
Addressbook
uild.xml

Builds, tests, and runs the project Addressbook.


Addressbook
uild/classes/.netbeans_automatic_build
Addressbook
uild/classes/.netbeans_update_resources
Addressbook
uild/classes/AddressBook.class
public synchronized class AddressBook implements java.awt.event.ActionListener {
java.util.A
ayList personsList;
Person pDAO;
javax.swing.JFrame appFrame;
javax.swing.JLabel jlbName;
javax.swing.JLabel jlbAddress;
javax.swing.JLabel jlbPhone;
javax.swing.JLabel jlbEmail;
javax.swing.JTextField jtfName;
javax.swing.JTextField jtfAddress;
javax.swing.JTextField jtfPhone;
javax.swing.JTextField jtfEmail;
javax.swing.JButton j
Save;
javax.swing.JButton jbnDelete;
javax.swing.JButton jbnClear;
javax.swing.JButton jbnUpdate;
javax.swing.JButton jbnSearch;
javax.swing.JButton jbnForward;
javax.swing.JButton jbnBack;
javax.swing.JButton jbnExit;
String name;
String address;
String email;
int phone;
int recordNumber;
java.awt.Container cPane;
public static void main(String[]);
public void AddressBook();
public void createGUI();
public void a
angeComponents();
public void actionPerformed(java.awt.event.ActionEvent);
public void savePerson();
public void deletePerson();
public void updatePerson();
public void searchPerson();
public void displayNextRecord();
public void displayPreviousRecord();
public void clear();
}
Addressbook
uild/classes/Person.class
public synchronized class Person {
private java.util.A
ayList personsList;
private String userid;
private String password;
static String url;
private java.sql.Connection con;
public void Person();
public java.sql.Connection getConnection();
public java.util.A
ayList searchPerson(String);
public void savePerson(PersonInfo);
public void updatePerson(PersonInfo);
public int removePerson(String);
static void ();
}
Addressbook
uild/classes/PersonInfo.class
public synchronized class PersonInfo {
private String name;
private String address;
private String email;
private int id;
private int phone;
public void PersonInfo();
public void PersonInfo(int, String, String, int, String);
public void PersonInfo(String, String, int, String);
public void setId(int);
public void setName(String);
public void setAddress(String);
public void setPhone(int);
public void setEmail(String);
public int getId();
public String getName();
public String getAddress();
public int getPhone();
public String getEmail();
}
Addressbook/manifest.mf
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
Addressbook/nbproject
uild-impl.xml








































































































































































































Must set src.di
Must set test.src.di
Must set build.di
Must set dist.di
Must set build.classes.di
Must set dist.javadoc.di
Must set build.test.classes.di
Must set build.test.results.di
Must set build.classes.excludes
Must set dist.ja




































































































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




















































Addressbook/nbproject/genfiles.properties
uild.xml.data.CRC32=870ba066
uild.xml.script.CRC32=e7acbc61
[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
uild-impl.xml.data.CRC32=870ba066
nbproject
uild-impl.xml.script.CRC32=a663d7ca
nbproject
[email protected]
Addressbook/nbproject/private/private.properties
compile.on.save=true
user.properties.file=C:\\Users\\Raghav\\AppData\\Roaming\\NetBeans\\8.0.1\\build.properties
Addressbook/nbproject/private/private.xml




Addressbook/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
uild.classes.dir=${build.dir}/classes
uild.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
uild.dir=build
uild.generated.dir=${build.dir}/generated
uild.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
uild.sysclasspath=ignore
uild.test.classes.dir=${build.dir}/test/classes
uild.test.results.dir=${build.dir}/test
esults
# Uncomment to specify the prefe
ed 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 ja
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/Addressbook.ja
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
includes=**
jar.compress=false
javac.classpath=
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
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=AddressBook
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
platform.active=default_platform
un.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:
un.jvmargs=
un.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
src.dir=src
test.src.dir=test
Addressbook/nbproject/project.xml

org.netbeans.modules.java.j2seproject


Addressbook







...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here