ok i have two little questions i hope you can help me answer.
1. if you have a class that extends applet and implements runnable with a borderlayout set and you create an object from another class that extends panel (to put in North), if all that class does is have a String that gets used by the object in the calling class how do i use drawString (or another method) to paint it on the Panel in North? can Panel use the paint() method?
and...
2. in the original class described above (the applet class) i want to use a JTextField over an area that has a background color of black, how do i make the text field (i guess) white so i can see where it is and what is typed in it.
thanks