package com.faforever.client.hub; import javafx.fxml.FXML; import javafx.scene.Node; public class RecentForumPostsController { @FXML Node recentForumPostsRoot; public Node getRoot() { return recentForumPostsRoot; } }