public final class DesktopNotifyDriver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected static java.awt.FontMetrics |
getFontMetrics(java.awt.Font font)
Utilitary method for gathering the FontMetrics of a given Font.
|
protected static void |
postPane(DesktopNotify window)
Invoked by DesktopNotify, adds a notification to the queue.
|
protected static void postPane(DesktopNotify window)
window
- a DesktopNotify
objectprotected static java.awt.FontMetrics getFontMetrics(java.awt.Font font)
font
- A Font.