label.setVisible(false); if (label.isShowing()) ...
label.setText("Hello"); label.setAlignment(Label.LEFT); String s = label.getText();