super (); this.mngrSession = mngrSession; this.participant = participant; try { init(); } catch (Exception e) { e.printStackTrace(); }
this.setLayout ( new BorderLayout() ); panelSrcDescr = new ViewSourceDescription ( participant.getSourceDescription() ); this.add ( panelSrcDescr, BorderLayout.NORTH );
if ( report.getParticipant() != this.participant ) return; panelSrcDescr.updateFields ( report.getSourceDescription() );