// Register DnD on the lists.
mDnDHandler = new ListDragAndDropHandler(mAllChannels, mSubscribedChannels, this);
mDnDHandler.setPaintCueLine(false, true);
// Register the listener for DnD on the lists.
new DragAndDropMouseListener(mAllChannels, mSubscribedChannels, this,
mDnDHandler);
mSubscribedChannelListener = new DragAndDropMouseListener(
mSubscribedChannels, mAllChannels, this, mDnDHandler);
restoreForPopup();
listBoxPnRight.add(new JScrollPane(mSubscribedChannels),