< prev index next >

src/demo/share/jfc/J2Ddemo/java2d/demos/Transforms/SelectTx.java

Print this page

        

@@ -1,8 +1,8 @@
 /*
  *
- * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
  *

@@ -230,11 +230,11 @@
         g2.fillRect(0, 0, iw + 10, ih + 10);
         g2.drawImage(original, 5, 5, iw, ih, ORANGE, this);
 
     }
 
-    public static void main(String argv[]) {
+    public static void main(String[] argv) {
         createDemoFrame(new SelectTx());
     }
 
 
     static final class DemoControls extends CustomControls implements
< prev index next >