Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/swing/mains/simple/SimpleViewer.java

Diff revisions: vs.
  @@ -1,16 +1,16 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.swing.mains.simple;
3 -
4 - import java.io.*;
5 -
6 - public class SimpleViewer extends AbstractSimpleSwingFilesMain {
7 - public SimpleViewer( String[] pFileNames )
8 - throws IOException {
9 - super( pFileNames, true );
10 - }
11 -
12 - public static void main( String[] args )
13 - throws Exception {
14 - new SimpleViewer( args ).start();
15 - }
16 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.swing.mains.simple;
3 +
4 + import java.io.*;
5 +
6 + public class SimpleViewer extends AbstractSimpleSwingFilesMain {
7 + public SimpleViewer( String[] pFileNames )
8 + throws IOException {
9 + super( pFileNames, true );
10 + }
11 +
12 + public static void main( String[] args )
13 + throws Exception {
14 + new SimpleViewer( args ).start();
15 + }
16 + }