Home
Categories
Dictionary
Download
Project Details
Changes Log
Tutorials
FAQ
License

Command-line tutorials



These tutorials explain how to use the Command-line framework.

Running the tutorials

To run the tutorials, unzip the MDIFramework-samples-<version>.zip file. You can either open the Netbeans project and execute one of the configurations:
  • CommandlineTutorial for the first command-line tutorial
  • CommandlineTutorial2 for the second command-line tutorial
  • CommandlineTutorial3 for the third command-line tutorial
or directly double-click on one of the jars:
  • CommandlineTutorial.jar for the first command-line tutorial
  • CommandlineTutorial2.jar for the second command-line tutorial
  • CommandlineTutorial3.jar for the third command-line tutorial

First command-line tutorial

With this command-line tutorial, we will learn to:
  • Manage the command-line arguments in a main Application

Second command-line tutorial

With this second command-line tutorial, we will learn to:
  • Manage the command-line arguments in a main Application and its Plugins

Third command-line tutorial

With this third command-line tutorial, we will learn to:
  • handle the visibility of the application depending on the arguments

See also


Categories: swing | tutorials

Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences