Demo

These are the sample applications included in the distribution. To get a clue how jWic applications work, check out the source code.

  • MailDemo source code
    This jWic application simulates a mail client. It is a complexer application, using a MVC architecture.

  • Filebrowser source code
    An explorer like file browser. The code for
    this sample is in the package de.jwic.samples.filebrowser.
    You may also try this demo without ajax support.

  • Control-Demo
    Demonstrates the features of the basic controls such as InputBox or ListBox controls and some controls of the ecolib library. The code for this sample is in the package de.jwic.samples.controls.
    You may also try this demo without ajax support.

  • Sample #1: Hello World
    The 'no-samples-without' sample: Hello World.

  • Sample #2: Counter
    This sample shows a little counter that you can increase and decrease with buttons.
    The jWic-Image is loaded from the classpath.

  • Sample #3: Temperature Demo
    Displays the temperature in both farenheit and celsius. This sample demonstrates
    how to build a jWic application with the MVC pattern. It is based
    upon an article from Joseph Bergin, Pace University. You can read the article here:
    http://csis.pace.edu/~bergin/mvc/mvcgui.html

  • Sample #4: TableLayout Demo
    Demonstrates the usage of TableLayoutContainer to place controls on the page.