mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
7 lines
468 B
XML
7 lines
468 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<HBox xmlns:fx="http://javafx.com/fxml" fx:controller="HighlightWildcard">
|
|
<TableView onScrollTo="#scrollPositive"/>
|
|
<TableView onScrollTo=<warning descr="Incompatible generic parameter of event handler argument: javafx.scene.control.ScrollToEvent<? super java.lang.Number> is not assignable from javafx.scene.control.ScrollToEvent<java.lang.Integer>">"#scrollNegative"</warning>/>
|
|
</HBox>
|