mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
8 lines
154 B
Java
8 lines
154 B
Java
import javafx.fxml.FXML;
|
|
import javafx.scene.control.TableView;
|
|
import javafx.util.Pair;
|
|
|
|
public class QuickfixHalfRaw {
|
|
@FXML TableView<Pair> table;
|
|
}
|