LarryHsiao/Vesta

View on GitHub
src/main/resources/TargetInfo.fxml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Label?><?import javafx.scene.layout.VBox?><?import javafx.scene.control.ListView?>
<VBox xmlns="http://javafx.com/javafx"
    fx:controller="com.silverhetch.vesta.jfx.target.info.TargetInfoView"
    xmlns:fx="http://javafx.com/fxml">
    <Label fx:id="label" />

    <ListView fx:id="tagList"/>
</VBox>