Package jsyntaxpane.util
Class SwingUtils
- java.lang.Object
-
- jsyntaxpane.util.SwingUtils
-
public class SwingUtils extends java.lang.Object
As always, some general purpose handy Swing Utility methods
-
-
Constructor Summary
Constructors Constructor Description SwingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addEscapeListener(EscapeListener dialog)
FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called
-
-
-
Method Detail
-
addEscapeListener
public static void addEscapeListener(EscapeListener dialog)
FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called- Parameters:
dialog
-
-
-