On Thu, 09 Aug 2001 03:11:23 Don Wellington wrote:
> Hi all-
>
> I have list-item-label and list-item-body kept
> together on the same page. I will need a lesson in
> the etiquette of presenting the changes. Should I
> send the full class files to this list? Attempt to
> diff the class files?
Hi everybody,
I want to know where I can have a FO tutorials?
thanks..
Serge...
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Ooops. Screwed up. The child nodes should have their
areas removed before the current node removes its
areas.
public void removeAreas() {
// still to do
int numChildren = this.children.size();
for(int i = 0; i < numChildren; i++) {
FONode fo = (FONode) children.elementAt(i);
fo.removeAreas(
Hi all-
I have list-item-label and list-item-body kept
together on the same page. I will need a lesson in
the etiquette of presenting the changes. Should I
send the full class files to this list? Attempt to
diff the class files? A little advice woudl be good.
As for what I did:
FONode.java