Ignore:
Timestamp:
2010-06-11T19:43:03+02:00 (14 years ago)
Author:
guardian
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/test/videotest.java

    r21631 r21656  
    2828                sVP.setFile(new File("C:\\TEMP\\test.mpg"));
    2929                sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
     30                /*
    3031                JButton b = new JButton("jump");
    3132                b.addActionListener(new ActionListener() {
     
    3637                });
    3738                sVP.add(b);
    38 
     39                */
    3940        }
    4041
Note: See TracChangeset for help on using the changeset viewer.