1314151617181920212223
{ @Test public void test1() throws RenderException { // compose Form f = new Form() .add(new StringInput("name")) .add(new Button("helloWorld").setLabel("Say hello").setIcon(Icon.SEARCH)); // render BaseTheme r = new BootstrapTheme();