WEBVTT 1 00:00:00.221 --> 00:00:02.114 In this demo I'm going to run 2 00:00:02.115 --> 00:00:06.004 the temperature conversion JavaFX application. 3 00:00:07.117 --> 00:00:09.223 I have the project open in NetBeans 4 00:00:09.224 --> 00:00:12.008 and I'm going to run the application by right clicking 4 00:00:12.009 --> 00:00:16.001 on the application class and selecting run file 5 00:00:17.113 --> 00:00:18.228 and the application launches 6 00:00:18.229 --> 00:00:21.005 and you can see the user interface. 7 00:00:21.224 --> 00:00:24.004 Let's try converting a couple of temperatures 8 00:00:24.111 --> 00:00:26.000 I'll convert from 9 00:00:26.110 --> 00:00:28.222 thirty seven point five Centigrade 10 00:00:29.228 --> 00:00:31.227 to Fahrenheit, so I need to select 11 00:00:31.229 --> 00:00:34.113 To Fahrenheit and 12 00:00:34.118 --> 00:00:37.000 click the button to do the conversion. 13 00:00:37.226 --> 00:00:40.000 Lets do the reverse conversion 14 00:00:40.002 --> 00:00:43.005 start with ninety nine point five Fahrenheit 15 00:00:43.009 --> 00:00:45.221 convert that to Centigrade 16 00:00:46.228 --> 00:00:50.117 and we get thirty seven point five Centigrade. 17 00:00:51.112 --> 00:00:53.111 Now lets close down the application.