cannot resolve symbol
Hello, i'm creating Employee Browser Applet
i have 4 imports
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
then in public class EmpBrowser i have
TextField theStatus = TextFileld(64);
JDBC02 theDB = new JDBC02(theStatus);
and its giving me 2 errors about JDBC02, cannot resolve symbol.
and anyone please help.
thanks
Mohammad

