Can Java Scene Builder integrate into Eclipse like

2019-07-21 07:11发布

I was just wondering since I am used to programming in My/Eclipse... Is it possible for javafx scene builder to intergrade into eclipse like it does in netbeans: in netbeans you can double click on a "Front end" file/component and java fx scene builder opens up.

I am not used to Net Beans and I know it will not make a huge difference if I have to use Netbeans. Only wondered if that is possible. I googled this and dont seem to find the correct information.... Or I might be searching for the wrong thing.

thanks

2条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-07-21 07:14

I think efxclipse is what you are looking for. But I haven't used it yet.

查看更多
Animai°情兽
3楼-- · 2019-07-21 07:27

If you use the efxclipse plugin as stated by @user714965 when you right click a FXML file, the second option from the context menu is "Open with Scene Builder". But, if you want to make it the standard procedure on double click, you can simply go to:

Preferences -> Editors -> File association -> look for .fxml and select it -> Click the second add button on "Associated Editors" -> Open with external program -> Select scene builder.

This should make the double-click action to open scene builder with your file loaded.

I hope it helped. Cheers

查看更多
登录 后发表回答