contrib.ch.randelshofer.quaqua.util |
Contains utility classes which are used by the Quaqua Look and Feel.
|
Java Source File Name | Type | Comment |
Images.java | Class | Image processing methods. |
Methods.java | Class | Methods contains convenience methods for method invocations using
java.lang.reflect. |
ResourceBundleUtil.java | Class | This is a convenience wrapper for accessing resources stored in a ResourceBundle. |
ShiftedIcon.java | Class | ShiftedIcon renders a target icon at a different location and can return
different width and height values than the target. |
Worker.java | Class | This is an abstract class that you subclass to
perform GUI-related work in a dedicated event dispatcher. |