package org.phoenicis.javafx.views.mainwindow.settings; import javafx.scene.layout.VBox; /** * This class represents the "Network" settings category * * @author marc * @since 23.04.17 */ public class NetworkPanel extends VBox { public NetworkPanel() { super(); } }