Cool effect with the canvas element
var cdCase; var stitch; var reflections; var cover; function loadImages() { var loader = new ImagePreloader(["http://jext.free.fr/canvas-test/cd_case.png", "http://jext.free.fr/canvas-test/stitch.png", "http://jext.free.fr/canvas-test/reflections.png", "http://jext.free.fr/canvas-test/Shivaree.jpg"], onPreload); } function onPreload(loadedImages) { cdCase = loadedImages[0]; stitch = loadedImages[1]; reflections = loadedImages[2]; cover = loadedImages[3]; drawCD(); } function drawCD() { var g2 = document.getElementById(“cdCover”).getContext(“2d”); g2.save(); g2.translate(0, cdCase.height * 2 – 1); g2.scale(1, -1); g2.beginPath(); [...]
Clients Riches Java
Java a connu un enorme succes dans les entreprises pour son environnement Java EE. La technologie Java offre neanmoins d'impressionnantes capacites de developpement pour les clients riches. Sun Microsystems France organise un evenement le 16 decembre a Paris pour presenter les clients riches Java. Si vous ne pouvez pas vous rendre a JavaPolis, n'hesitez pas [...]
JavaPolis 2005
I will be in Antwerp at JavaPolis to deliver two talks. On monday 12th of december, Richard Bair, leader of the SwingLabs project and I will talk about building rich client applications. On thursday 16th I will talk about extreme Swing programming. I decided to hold back Twinkle and show it at JavaPolis first. If [...]
Synth Builder
Frédéric Lavigne has posted his Synth Builder tool on java.net. Grab the source from the CVS, run ant jar, double-click on build/synthbuilder.jar and you're good to go. This tool still lacks many features but it gives a good idea of what a Synth Builder could look like. The source code is also a good start [...]
Sneak Preview of Next Demo
This is a screenshot of Twinkle, my next demo based on Java2D and OpenGL. What you can see is a result of a very quick modification of another Java2D/OpenGL demo I will release later. You can find more information about all this on my java.net blog.
Drag and Drop Effects, The Code (At Last!)
You can run the WebStart demo or, as usual, download its source code. As promised I finally released the code of the second installment of PhotoCollage. Now, I did not take the time to clean it and the drag and drop architecture is still awful. Yet it delivers the same performances on both Tiger and [...]
Photos of Monterey
I spent the week end on the road with a cousin and I took some very cool pictures at the aquarium of Monterey: You can see other pictures from California on my Flickr space: .zg_div {margin:0px 5px 5px 0px; width:117px;} .zg_div_inner {background-color:#ffffff; color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;} .zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit [...]

