FX Experience Has Gone Read-Only
I've been maintaining FX Experience for a really long time now, and I love hearing from people who enjoy my weekly links roundup. One thing I've noticed recently is that maintaining two sites (FX Experience and JonathanGiles.net) takes more time than ideal, and splits the audience up. Therefore, FX Experience will become read-only for new blog posts, but weekly posts will continue to be published on JonathanGiles.net. If you follow @FXExperience on Twitter, I suggest you also follow @JonathanGiles. This is not the end - just a consolidation of my online presence to make my life a little easier!
tl;dr: Follow me on Twitter and check for the latest news on JonathanGiles.net.
by Jasper Potts | Jan 28, 2013 | Charts, Controls, CSS, UI Design
We have been working recently on a new theme for JavaFX 8. The current theme for FX, named Caspian, is showing its age and we wanted to take the opportunity to give JavaFX a face lift for 8. Because folks have created custom controls and designs for their app, we needed to make sure that selecting the theme was something that you could opt-out of. We will be providing both API and command line switches in 8 to allow you to specify caspian specifically. If you do nothing, you’ll get Modena, our new theme, by default. Without further ado this is what it looks like:
(more…)
by Jasper Potts | Jan 27, 2012 | Charts, Tips n' Tricks
I was experimenting today with extending AreaChart to do curve fitting for some example code I was hacking on. It is also a example of what can be done with styling JavaFX charts with CSS. Here is the result:
(more…)
by Jasper Potts | May 28, 2011 | Charts, General
We did a complete rewrite of charts in JavaFX 2.0 to add cool features like:
- Dynamic Data Support
- Animation
- Auto Ranging
- CSS Styling
There is a sample application called “Chart Sampler” that ships with JavaFX 2.0 Beta that shows some of what can be done with the new charts. Here are a few screen shots to tempt you to go and check it out 🙂
(more…)
by Jasper Potts | Jun 12, 2009 | Charts
Another excellent article on JavaFX charts this time covering the various types of XYCharts.
The remaining five types of charts are all meant to work with XY data. These charts are all subtypes of the XYChart base class…
by Jasper Potts | Jun 10, 2009 | Charts, Links
Another good blog post was published today by Dean Iverson on JavaFX Charts.
The chart components included in JavaFX give developers an easy way to let the users of their applications visualize a wide variety of data. There are six kinds of charts supported in JavaFX 1.2:
Creating Charts in JavaFX
by Richard Bair | Jun 10, 2009 | API Design, Charts, Web Services
Another link I found the other day to a blog posting by Vaibhav Choudhary on using the JavaFX 1.2 Charting APIs.
(more…)