Chris Oliver's Weblog
- All
- F3
- JavaFX
- Programming
- Research
Tuesday Mar 20, 2007
JavaOne 2007
I'll be presenting a technical session on F3 at JavaOne this year on Wednesday, May 9.
This F3 example won't make it into my session, so I'll just post it here.
Source:
Posted at 12:39PM Mar 20, 2007 by Christopher Oliver in F3 | Comments[23]

Posted by Paul on March 20, 2007 at 12:47 PM PDT #
Posted by zproxy on March 21, 2007 at 01:06 AM PDT #
http://lamp.epfl.ch/~mcdirmid/mcdirmid07live.pdf
As I mentioned before, very related to F3, we should definitely talk in the future.
Posted by Sean McDirmid on March 21, 2007 at 11:47 PM PDT #
Posted by Fred on March 23, 2007 at 12:53 PM PDT #
Posted by levmatta on March 26, 2007 at 01:25 PM PDT #
Posted by falcon on March 27, 2007 at 06:45 AM PDT #
Posted by James on April 02, 2007 at 11:03 AM PDT #
Posted by Karen on April 11, 2007 at 02:32 PM PDT #
Posted by Rom on April 26, 2007 at 03:59 PM PDT #
Posted by falcon on April 30, 2007 at 07:06 AM PDT #
Posted by Chris Oliver on April 30, 2007 at 10:02 AM PDT #
Posted by stan on May 03, 2007 at 12:41 AM PDT #
Posted by Ed Burnette on May 03, 2007 at 06:56 AM PDT #
Posted by Nick on May 08, 2007 at 05:53 AM PDT #
Posted by falcon on May 08, 2007 at 08:07 AM PDT #
Posted by Muhammad Alkarouri on May 09, 2007 at 05:00 AM PDT #
Posted by Ramesh on May 09, 2007 at 08:34 AM PDT #
Posted by Sivakanth Mundru on May 09, 2007 at 08:42 PM PDT #
// Transparent surface for mouse events
width: 800
height: 600
fill: new Color(1, 1, 1, 0),
onMouseMoved: operation(e:CanvasMouseEvent) {
game.moveShipTo(e.localX-15);
}
onMouseReleased: operation(e) {
game.fireMissle();
}
onMouseDragged: operation(e:CanvasMouseEvent) {
game.moveShipTo(e.localX-15);
}
}
Posted by Adrian Lastra on May 20, 2007 at 11:35 AM PDT #
Posted by Larry Klug on June 27, 2007 at 09:27 AM PDT #
Posted by Larry Klug on July 12, 2007 at 04:16 PM PDT #
Hi Chris, Like everyone else, I really like what you have done w/ F3. However, I was wondering if there is / will be a way to translate F3 code to pure java code? This would be especially useful in order to the veterans exactly what F3 is doing... If you have such a thing now, I'd really appreciate publication. Thanks
Posted by wow power leveling on March 12, 2009 at 01:27 AM PDT #
http://www.smsmatbaa.com
Posted by matbaa on June 22, 2009 at 10:08 AM PDT #