Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,17 +3,14 @@
3 3
4 4 import java.io.*;
5 5
6 - public class SimpleViewer extends AbstractSimpleSwingFilesMain
7 - {
6 + public class SimpleViewer extends AbstractSimpleSwingFilesMain {
8 7 public SimpleViewer( String[] pFileNames )
9 - throws IOException
10 - {
8 + throws IOException {
11 9 super( pFileNames, true );
12 10 }
13 11
14 12 public static void main( String[] args )
15 - throws Exception
16 - {
13 + throws Exception {
17 14 new SimpleViewer( args ).start();
18 15 }
19 16 }