package com.vaadin.tests.elements; import com.vaadin.ui.FormLayout; public class ElementComponentGetCaptionFormLayout extends ElementComponentGetCaptionBase { public ElementComponentGetCaptionFormLayout() { mainLayout = new FormLayout(); } }