lab1.hide(); if (lab1.isShowing()) ...
lab1.setText("Hello"); lab1.setAlignment(Label.LEFT); String s = lab1.getText();