/**
* Creates a new TextSelectionManager.
*/
public TextSelectionManager(JGVTComponent comp,
AWTEventDispatcher ed) {
textSelector = new ConcreteTextSelector();
textSelectionListener = new TextSelectionListener();
textSelector.addSelectionListener(textSelectionListener);
mouseListener = new MouseListener();
component = comp;