com.ideanest.swing
Class PKSwingUtilities

java.lang.Object
  |
  +--com.ideanest.swing.PKSwingUtilities

public final class PKSwingUtilities
extends java.lang.Object

Some methods of general utility when dealing with Swing.


Method Summary
static void addPopupMenu(javax.swing.JComponent c, javax.swing.JPopupMenu popup)
           
static void invoke(java.lang.Runnable r)
           
static void show(java.lang.Throwable e)
           
static void show(java.lang.Throwable e, javax.swing.JComponent parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addPopupMenu

public static void addPopupMenu(javax.swing.JComponent c,
                                javax.swing.JPopupMenu popup)

invoke

public static void invoke(java.lang.Runnable r)
                   throws java.lang.InterruptedException,
                          java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException

show

public static void show(java.lang.Throwable e)

show

public static void show(java.lang.Throwable e,
                        javax.swing.JComponent parent)