protected void beforeMain(Form f) { Label titre = new Label("le titre"); f.setTitleComponent(titre); }
f.getToolbar().setTitleComponent(...);