source:
osm/applications/editors/josm/plugins/videomapping/test/videotest.java@
21295
| Last change on this file since 21295 was 21295, checked in by , 16 years ago | |
|---|---|
| File size: 396 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | public class videotest { |
| 3 | |
| 4 | /** |
| 5 | * @param args |
| 6 | */ |
| 7 | public static void main(String[] args) { |
| 8 | // JFileChooser fc = new JFileChooser(); |
| 9 | // fc.setAcceptAllFileFilterUsed( false ); |
| 10 | // fc.setFileFilter( new VideoFileFilter() ); |
| 11 | // if (fc.showOpenDialog( Main.parent )==JFileChooser.APPROVE_OPTION) |
| 12 | // { |
| 13 | // VideoWindow w = new VideoWindow(fc.getSelectedFile()); |
| 14 | // } |
| 15 | |
| 16 | } |
| 17 | |
| 18 | } |
Note:
See TracBrowser
for help on using the repository browser.
