net.sourceforge.atunes.gui.popup
Class FadingPopupFactory

java.lang.Object
  extended by javax.swing.PopupFactory
      extended by net.sourceforge.atunes.gui.popup.FadingPopupFactory

public class FadingPopupFactory
extends javax.swing.PopupFactory

A factory for creating FadingPopup objects.


Method Summary
 javax.swing.Popup getPopup(java.awt.Component owner, java.awt.Component contents, int x, int y)
           
static void install()
          Install.
 
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
 

Method Detail

install

public static void install()
Install.


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 © 2006-2008 The aTunes Team. All Rights Reserved.