/*  Sample popup and keyboard code
    Illustrates how to customize JEditList with
    your own popup menu and keyboard equivalents

    (C) Copyright 1998
    Wildcrest Associates
    http://www.wildcrest.com

    This source code may be freely used, modified, incorporated, and
    distributed without restriction as part of any software that uses
    JEditList by Wildcrest Associates.
*/

// Create JEditList, create popup menu, add popup menu and keyboard listeners
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// add popup menu items and keyboard equivalent names
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// set up listeners to respond to popup menu items
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// set up mouse listener to show popup menu
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// set up key listener to process keyboard equivalents
//****** Only provided with ProductVersion, not FreeVersion, of JEditList


.
.
.


// PopupMouseHandler => right mouse buttom shows popup menu
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// PopupActionHandler => respond to popup menu commands
//****** Only provided with ProductVersion, not FreeVersion, of JEditList

// KeyHandler => handle keyboard equivalents
//****** Only provided with ProductVersion, not FreeVersion, of JEditList
