| |
|
| javax.swing.JPanel org.netbeans.core.NotifyExcPanel
NotifyExcPanel | final public class NotifyExcPanel extends JPanel implements ActionListener(Code) | | Notifies exceptions.
This class is public only because the MainWindow needs get the flashing
icon to its status bar from this class (method getNotificationVisualizer()).
author: Jaroslav Tulach |
Inner Class :static class ArrayListPos extends ArrayList | |
flasher | static FlashingIcon flasher(Code) | | The icon shown in the main status bar that is flashing when an exception
is encountered.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
cleanInstance | static void cleanInstance()(Code) | | For unit-testing only
|
getNotificationVisualizer | public static Component getNotificationVisualizer()(Code) | | Return an icon that is flashing when a new internal exception occurs.
Clicking the icon opens the regular exception dialog box. The icon
disappears (is hidden) after a short period of time and the exception
list is cleared.
A flashing icon component or null if console logging is switched on. |
|
|
|