jdk/src/java.desktop/share/classes/java/awt/TrayIcon.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    90     private PopupMenu popup;
    90     private PopupMenu popup;
    91     private boolean autosize;
    91     private boolean autosize;
    92     private int id;
    92     private int id;
    93     private String actionCommand;
    93     private String actionCommand;
    94 
    94 
    95     transient private TrayIconPeer peer;
    95     private transient TrayIconPeer peer;
    96 
    96 
    97     transient MouseListener mouseListener;
    97     transient MouseListener mouseListener;
    98     transient MouseMotionListener mouseMotionListener;
    98     transient MouseMotionListener mouseMotionListener;
    99     transient ActionListener actionListener;
    99     transient ActionListener actionListener;
   100 
   100