org.jmol.popup
Class JmolPopupSwing

java.lang.Object
  extended by org.jmol.popup.JmolPopup
      extended by org.jmol.popup.JmolPopupSwing

public class JmolPopupSwing
extends JmolPopup


Constructor Summary
JmolPopupSwing(JmolViewer viewer)
           
 
Method Summary
 void show(int x, int y)
           
 
Methods inherited from class org.jmol.popup.JmolPopup
newJmolPopup, newJmolPopup, updateComputedMenus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmolPopupSwing

public JmolPopupSwing(JmolViewer viewer)
Method Detail

show

public void show(int x,
                 int y)
Specified by:
show in class JmolPopup