package com.vaadin.tests.elements; import com.vaadin.ui.GridLayout; public class CompatibilityElementComponentGetCaptionGridLayout extends CompatibilityElementComponentGetCaptionBase { public CompatibilityElementComponentGetCaptionGridLayout() { mainLayout = new GridLayout(); } }