Hi Ruth,
  I have missed the link between the myPopup with the functionality we 
need. Use the myPopup in myComboPopup for all the methods implemented.
so, the process steps are as follows:

1) Write a Popup class say myPopup that extends JPopupMenu and add the 
JTree as component to the popup menu. 
2) Similarly, write myComboPopup that implements ComboPopup and use the 
myPopup while implementing the methods. 
3) write myComboBox class that extends JComboBox 

In your mycomboBox class you have to use the myComboPopup in getComboPopup
();

Hope this helps.

regards
kamal


_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to