SmartVessel

Foucs on C++

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  JavaFX

摘要:@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 阅读(313) 评论(0) 推荐(0)