mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
5 lines
199 B
Java
5 lines
199 B
Java
import javafx.beans.property.ObjectProperty;
|
|
import javafx.beans.property.SimpleObjectProperty;
|
|
public class Test {
|
|
private ObjectProperty<String> ob<caret>j = new SimpleObjectProperty<String>();
|
|
} |