Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~263 People Reached
Favorite Tags
Member Avatar for nickoclews

[CODE] else if (e.getSource() ==butRetrieve) for (int i=0;i<Store.count;i++) { [COLOR="Red"] u=new Employee(myStore.elementAt(i));[/COLOR] if(txtName.getText().equals(u.name)) { u=(Employee)myStore.elementAt(0); txtName.setText(u.name); txtPhonenum.setText(u.phoneNo); txtNi.setText(u.natInsceNo); } }[/CODE] Code in red is the problem, "cannot find symbol - constructor Employee(person)". Im a java virgin so please be gentle.

Member Avatar for javaAddict
0
94
Member Avatar for Scottg1989

Hello all :) I am currently at college, and have done a unit on eCommerce. My assigment was to look at the barriers and incentives of it. So I have attached my assignment for anyone to have a look at. It gained a distinction so hopefully it has some information …

Member Avatar for mattzuton
0
169