------Configuration: test2 - JDK version 1.5.0 <Default> - <Default>-------C:\Documents and Settings\crusse15\Desktop\ClientUI.java:71: ')' expected
String foundName = st.findName(String itemName);
^
1 error

------Configuration: test2 - JDK version 1.5.0 <Default> - <Default>-------C:\Documents and Settings\crusse15\Desktop\ClientUI.java:71: ')' expected
String foundName = st.findName(String itemName);
^
1 error

it's probably with that line of code.
What you should be doing is this:

String foundName = st.fiindName(new String(" "));

or just

String foundName = st.findName(itemName);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.