/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author Andréa
 */
public class ObservableSampleApplication {

    public static void main(String [] args) {
        new ObservableSampleWindow().setVisible(true);
    }
}
