Hi List:
John McNally, I greatly appreciate your help.
I used your code and with a little tinkering, it
works perfectly.
Although instead of the line:
this.addElement(border);
in the constructor, I had to add this method:
public void output(java.io.PrintWriter out)
{
border.output(out);
}
to get it to output properly.
Is this proper?
Thanks again.
(and Jeff also)
John
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]