X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fdemos%2FDemo3.java;h=f370f8f504a32eaade28bdccb7939949a0fb3798;hb=505be508ae7d3fb48122be548b310a238cfb91eb;hp=b8181bd1b103de36337efef595abc4dc108f530a;hpb=6985c57265a980ceeb8cb10a8677fe387adb3eb7;p=fanfix.git diff --git a/src/jexer/demos/Demo3.java b/src/jexer/demos/Demo3.java index b8181bd..f370f8f 100644 --- a/src/jexer/demos/Demo3.java +++ b/src/jexer/demos/Demo3.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -44,10 +44,6 @@ public class Demo3 { */ public static void main(final String [] args) { try { - if (args.length == 0) { - System.err.printf("USAGE: java -cp jexer.jar jexer.demos.Demo3\n"); - return; - } DemoApplication app = new DemoApplication(System.in, new InputStreamReader(System.in, "UTF-8"), new PrintWriter(new OutputStreamWriter(System.out, "UTF-8")),