Ignore:
Timestamp:
2010-09-15T19:01:04+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

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

    r22690 r23193  
    2121public class videotest {
    2222
    23         /**
    24         * @param args
    25         */
    26         public static void main(String[] args) {
    27                 final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
    28                 sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
    29                 //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                 /*
    31                 JButton b = new JButton("jump");
    32                 b.addActionListener(new ActionListener() {
    33                        
    34                         public void actionPerformed(ActionEvent e) {
    35                                 sVP.jump(610000);                               
    36                         }
    37                 });
    38                 sVP.add(b);
    39                 */
    40         }
     23    /**
     24    * @param args
     25    */
     26    public static void main(String[] args) {
     27        final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
     28        sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
     29        //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        /*
     31        JButton b = new JButton("jump");
     32        b.addActionListener(new ActionListener() {
     33           
     34            public void actionPerformed(ActionEvent e) {
     35                sVP.jump(610000);               
     36            }
     37        });
     38        sVP.add(b);
     39        */
     40    }
    4141
    4242}
Note: See TracChangeset for help on using the changeset viewer.