Constructor Detail

AbstractJGVTComponent

public AbstractJGVTComponent()
Creates a new AbstractJGVTComponent.


AbstractJGVTComponent

public AbstractJGVTComponent(boolean eventsEnabled,
                             boolean selectableText)
Creates a new abstract JGVTComponent.

Parameters:
eventsEnabled - Whether the GVT tree should be reactive to mouse and key events.
selectableText - Whether the text should be selectable. if eventEnabled is false, this flag is ignored.