org.jmol.popup
Class JmolPopupAwt

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

public class JmolPopupAwt
extends JmolPopup


Constructor Summary
JmolPopupAwt(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

JmolPopupAwt

public JmolPopupAwt(JmolViewer viewer)
Method Detail

show

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