コード例 #1
0
 public void actionPerformed(ActionEvent e) {
   ViperViewMediator med = getMediator();
   TextlineModel tlm = (TextlineModel) med.getAttributeValueAtCurrentFrame(attr);
   if (tlm != null) {
     occWindow.setVisible(true);
     occWindow.setModelAndRefresh(tlm, med, attr);
   }
 }