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