mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 21:28:11 +07:00
5 lines
187 B
Java
5 lines
187 B
Java
import javafx.beans.property.DoubleProperty;
|
|
import javafx.beans.property.SimpleDoubleProperty;
|
|
public class Test {
|
|
private DoubleProperty fie<caret>ld = new SimpleDoubleProperty();
|
|
} |