|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ice.util.JFCUtilities
This is a class that contains useful utility functions related to the JFC (Swing).
Constructor Summary | |
JFCUtilities()
|
Method Summary | |
static java.awt.Point |
computePopupLocation(java.awt.event.MouseEvent event,
java.awt.Component rel,
javax.swing.JPopupMenu popup)
Swing 1.0 and 1.1 have a horrible bug with respect to popup menus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JFCUtilities()
Method Detail |
public static java.awt.Point computePopupLocation(java.awt.event.MouseEvent event, java.awt.Component rel, javax.swing.JPopupMenu popup)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |