org.sitoolkit.wt.gui.domain.sample.SampleState Maven / Gradle / Ivy
The newest version!
package org.sitoolkit.wt.gui.domain.sample;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.SimpleBooleanProperty;
public class SampleState {
private BooleanProperty running = new SimpleBooleanProperty(false);
public SampleState() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy