Searched refs:NotificationsFrame (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java35 public class NotificationsFrame extends javax.swing.JFrame { class in inherits:javax.swing.JFrame
41 /** Creates new form NotificationsFrame */
42 public NotificationsFrame(String notifications, long startime, long endtime) { method in class:NotificationsFrame
153 new NotificationsFrame("",0,0).setVisible(true);
H A DOpenGrokTrayApp.java298 NotificationsFrame sf = new NotificationsFrame(notifs, starttime, endtime);

Completed in 8 milliseconds