I have wanted to play with using Java FX for some of my programs, but it hasn’t been easy to work with in either Eclipse or Linux. This time though, with the help of some other articles across the Internet, I was able to get a small sample Java FX program running from Eclipse. Here’s my notes from my explore:
Month: January 2013
Building an Eclipse Plug-in Project Wizard
I found this really great article at Hidden Clause called Writing an Eclipse Plug-in (Part 2): Creating a custom project in Eclipse – Adding to the New Project Wizard. My only problem with it is that I am using a newer version of Eclipse, and I really needed screenshots to understand what it was talking about. So, here’s my experience at walking through that tutorial…
Installing Eclipse on Ubuntu 12.10
I use Eclipse for my Java Development. So, here’s what I went through to install it