Home

Search results

"tag:javafx"

1 2 Next >>

Title and summary Date/time
1
Software Engineering Tech Trend (SETT): Experiments With JavaFX 3D Scenes
The last article I wrote for OCI's online newsletter Java News Brief (JNB) was Six JDK Classes You Think You Know, which several readers have told me was fun. That was the last article in the JNB series. The following month, the series began its ...
May 1, 2012
10:28:20 PM
2
An Updated JavaFX 2 Applet: Pythagorean Theorem
Oracle announced the EOL (end of life) for JavaFX 1.2 and 1.3 36 days ago: javafx4you: Today, we are announcing that JavaFX 1.2 and JavaFX 1.3 will reach end of life (EOL) on December 20, 2012. More specifically, the Oracle server providing access to ...
Apr 4, 2012
7:25:27 AM
3
Pro JavaFX 2 Platform Book Is Available: eBook Now, pBook In Two Weeks
JavaFXpert on twitter: Pro JavaFX 2 Platform book publishing 07.mar.2012, but available now as eBook. Source code available now as well: apress.com/978143026...
Feb 22, 2012
7:56:46 AM
4
Running 32-bit JavaFX 2.1 Beta SDK On 64-bit Ubuntu 11.10
[Update Thu May 17 22:50:34 CDT 2012] Oracle made 64-bit Linux version of JavaFX 2.2 Developer Preview available when they released JavaFX 2.1 last month. There is no more need to follow the procedure below. You can simply use the 64-bit JDK 7 Update 4 ...
Feb 3, 2012
10:45:53 PM
5
JavaFX 2.1 SDK Developer Preview Comes To Linux
Looking back at my series of blogs on the topic of JavaFX and Linux: Using JavaFX 1.0 On Linux (1148 days ago) JavaFX 1.1 Released: Still No Linux Version (1077 days ago) JavaFX 1.2 Fun For Linux and Solaris (970 days ago) makes me feel it is natural ...
Jan 26, 2012
1:45:31 AM
6
JavaFX 2.0 Is Fun
I will be doing a JavaFX 2.0 presentation tomorrow at the St. Louis Java Users Group. As part of the preparation I wanted to deploy a JavaFX 2.0 applet to the world. I have picked the Lissajous curve example to show off the JavaFX 2.0's Path API and the ...
Jan 11, 2012
11:48:17 PM
7
The OpenJDK Community Approves OpenJFX Project
(Via Mark Reinhold on Twitter.) Iris Clark on the OpenJDK announce mailing list: Voting on the OpenJFX Project with initial Lead Richard Bair [1] is now closed. Yes: 12 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is ...
Nov 16, 2011
7:21:30 AM
8
JavaFX Script To Live On At Project Visage
[Update Tue Oct 5 20:18:09 CDT 2010] I updated the blogs list. I did not attend this year's Oracle OpenWorld/JavaOne conference. However, being a coauthor of a JavaFX book, naturally I'm interested in any JavaFX news from the conference. The first ...
Oct 1, 2010
8:02:24 AM
9
Stephen Chin: Open Source JavaFX Petition
A few minutes ago, Stephen Chin, leader of the Silicon Valley JavaFX User's Group, lead of the JFXtras open source JavaFX utilities and add-ons project, and a coauthor (with Jim Weaver, Deam Iverson and I) of the Apress book Pro JavaFX Platform, announced ...
Jul 14, 2010
10:45:35 PM
10
JavaFX Application Goes Production, Opens Door For Musicians
(Via twitter (what else?).) (As Seen On The INTERNET: Making Music (and Software) with My Friends in JavaFX (Jim Weaver's JavaFX Blog) Indaba Supercharges Cloud-Based Recording Studio (Wired) Cloud-based Recording Studio with Indaba & JavaFX! (JavaFX ...
Jul 10, 2009
8:09:39 AM
11
Tuesday JavaFX Quiz: What Will It Print?
Inspired by the on-going discussion titled Indexing access for Lists and Maps considered harmful? on the coin-dev mailing list, in which the Java language designers are hashing out the true meaning of map["a"] = map["b"] = "c"; under the List and Map ...
Jun 24, 2009
8:26:27 AM
12
Undocumented JavaFX: The ScriptShell Repl
The recently released JavaFX SDK 1.2 includes the developer tools javafxc, javafx, and javafxdoc that are similar to the javac, java, and javadoc tools from the JDK. What is not well-known is the fact that the JavaFX SDK 1.2 also includes a ...
Jun 19, 2009
8:00:20 AM
13
Larry Ellison: Committed To JavaFX
It's been several days since I came back from JavaOne 2009. This is my first JavaOne. Since the keynotes were streamed live, and the twitter stream were constantly being updated by so many people, I did not feel the urge to blog about it at the ...
Jun 10, 2009
10:41:33 PM
14
JavaFX 1.2 Fun For Linux and Solaris
Jim Weaver: Note: On May 31, 2009, when I went to http://javafx.com to download JavaFX 1.1, the JavaFX 1.2 SDK came down,... So I thought I would update my instructions for getting JavaFX to run on Linux, previously blogged here, here and here: Just ...
May 31, 2009
7:10:13 AM
15
Zhou Bi Mathematical Manual (周髀算经)
My last excursion into ancient Chinese mathematical books, the post about Sea Island Mathematical Manual 172 days ago, generated some interest from some of my non-traditional readers. Today, I would like to follow-up with a brief passage from another ...
May 9, 2009
7:59:58 PM
16
Saturday JavaFX Script Quiz: Is It Possible ...?
Given the following JavaFX Script class and variable declaration: public class Foo { public var i:Integer = 1024 on replace { if (i 1000) { i = 1000; } else if (i 2000) { i = 2000; } } } ...
Mar 28, 2009
9:06:29 AM
17
The JavaFX Coding Challenge: Win $25,000!!!
(Via Twitter.) JavaFX.com: Prizes 1st Place: $25,000 2nd Place: $10,000 3rd Place: $5,000 Student category: We will award three prizes at $1,500 each to the top three applications submitted by students. Student submissions will compete for the ...
Mar 18, 2009
10:40:15 PM
18
Pro JavaFX Platform: Alpha Book Available
As you might have heard from James Weaver or Stephen Chin, or Joshua Marinacci, the book Jim Weaver, Stephen Chin, Dean Iverson and I have been working on for the last few months entered Apress's Alpha Program. While I have told friends and ...
Mar 5, 2009
4:50:33 PM
19
JavaFX 1.1 Released: Still No Linux Version
Sun released JavaFX 1.1 two days ago. This release included the JavaFX Mobile platform. Sony Ericson, LG Electronics, Orange, Sprint, Cynergy and MobiTV are listed as partners. Josh Marinacci: JavaFX 1.1 has just been released with full mobile ...
Feb 13, 2009
8:12:23 AM
20
Friday Java Quiz (Almost Three Days Late)
Q: Will the following class compile? Run without exceptions? If so, what will it print? .ln { color: rgb(0,0,0); font-weight: normal; font-style: normal; } .s0 { color: rgb(0,0,128); font-weight: bold; } .s1 { } .s2 { color: rgb(0,0,255); } 1 ...
Jan 11, 2009
9:47:43 PM

1 2 Next >>