You are here: HomeComputingJavaFX

Controlling Tab Order in JavaFX2

I, as I suspect you also do, use the JavaFX Scene Builder to put together your JavaFX interfaces. There's certainly still work to be done on Scene Builder but even now I prefer it to any of the GUI builders I've used in the past for the principal reason that what you see on the screen is (almost) always exactly what your application will look like.

Editing Null Data Values in a Cell with JavaFX 2

In an earlier article I gave a complete break down of how to write a generic editable table cell. I've found versions of this code posted around the place so I thought it was only right that I point out a small flaw and a fix that I believe is safe.

Starting and Stopping Services from Java

Most of the applications I develop are web based and therefore, when deployed on Windows, are running as a service. This is great most of the time but when I want to programmatically control the application it can present some problems because starting and stopping services requires elevated permissions. This article discusses a solution that I've come up with that I'm happy to deploy.

Missing FXML File

I was recently copying some code from one project to another (yes, we all do it) and I hit a problem - it wouldn't run. The error message was less than useful as shown below.

JavaFX 2 Generic Editable Table Cells

A few days ago I wrote an article which gave a more complete example of editable table cells in JavaFX 2.0. In that article I promised another article discussing how to make generic editable tables cells since the first article just expected everything to be a string. I'm fairly happy with this solution to the problem of making formatted input cells but if anyone can suggest improvements I'd love to hear them.

  •  Start 
  •  Prev 
  •  Next 
  •  End 

Page 1 of 2

Share this post

Latest Comments

  • How to Fix an Electric Drill - Part 1

    Tom
    I was about to toss my electric drill out but I decided not to. After reading up what you did i.e.

    Read more...

     
  • Clinical Guard CMS 50EW

    Dr GP
    Amazing write up and reverse engineering. Thanks so much for sharing!

    Read more...

     
  • JavaFX 2 Generic Editable Table Cells

    mai
    thinks a lot.I find a lot time for this and I always don't know how to achieve.

    Read more...

     
  • MikroTik RB751G Configuration

    Haruni
    Thanks, it helped me. I was on the middle of something then this simple configuration make it happen ...

    Read more...

     
  • Glassfish 3.1 Exception While Loading

    Nicholas Wright
    The problem I have is that this appears randomly for me :(

    Read more...

Go to top