摘要:
@FXML private void handleButtonAction(ActionEvent event) throws Exception { System.out.println("You clicked me!"); label.setText("Hello World!"); //aslo I want to show another scence //1.Get application stage Stage currentStage = (Stage) ((Node) event.getSou... 阅读全文
posted @ 2013-05-30 16:45
SmartVessel
阅读(311)
评论(0)
推荐(0)