Quaqua 7.2.1 2010-08-01

ch.randelshofer.quaqua
Class QuaquaPopupFactory

java.lang.Object
  extended by javax.swing.PopupFactory
      extended by ch.randelshofer.quaqua.QuaquaPopupFactory

public class QuaquaPopupFactory
extends javax.swing.PopupFactory

QuaquaPopupFactory to work around a bug with heavy weight popups on Java 1.4 in full screen mode.

Author:
Werner Randelshofer  @version $Id: QuaquaPopupFactory.java 262 2010-07-27 09:15:16Z wrandelshofer $

Constructor Summary
QuaquaPopupFactory()
           
 
Method Summary
 javax.swing.Popup getPopup(java.awt.Component owner, java.awt.Component contents, int x, int y)
           
 
Methods inherited from class javax.swing.PopupFactory
getSharedInstance, setSharedInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuaquaPopupFactory

public QuaquaPopupFactory()
Method Detail

getPopup

public javax.swing.Popup getPopup(java.awt.Component owner,
                                  java.awt.Component contents,
                                  int x,
                                  int y)
                           throws java.lang.IllegalArgumentException
Overrides:
getPopup in class javax.swing.PopupFactory
Throws:
java.lang.IllegalArgumentException

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.