come with me, on the way I'll explain.
Question about JavaFX SDK Preview?
This month, August 2008, from days 18 to 22 you have a opportunity to ask question about the JavaFX SDK Preview and get answers from experts on that topics. The Ask the Experts program requires no login, and allows you to submit questions at a time convenient to you.
These three experts Software Engineers from Sun Microsystems and related with JavaFX project will be answering questions about JavaFX:
It’s a good event to get answers for your JavaFX questions.
No trackbacks yet.
CEJUG Tech Day 2009
2 December, 2009 - 12:05 am
Tags: Caelum, cartaz, CEJUG, evento, Fanor, Fortes, poster, Sun, Sun Microsystems, Usix, Usix Technology
Posted in português | No comments
O Grupo de Usuários Java do Ceará estará realizando no próximo dia 04 de dezembro o CEJUG Tech Day na Fanor.
Este ano, precisamente nos dias 8 e 9 de dezembro, a Sun Microsystems estará realizando a edição 2009-2010 do Sun Tech Days, em São Paulo. Provavelmente será o último STD realizado. Felizmente, teremos mais uma [...]
Tomorrow Java
29 August, 2009 - 10:28 pm
Tags: CEJUG, EJB, Java, Java 7, Java EE, JavaFX, Tomorrow Java
Posted in english | 2 comments
Como prometido, palestra que eu e o Rafael Carneiro fizemos para apresentar no Café com Tapioca desse mês.
Tomorrow Java
View more documents from José Maria Silveira Neto.
Update: O Paulo Jr também fez uma cobertura do evento e da apresentação dele.
JavaFX on Linux!
2 June, 2009 - 11:10 pm
Tags: JavaFX, Linux, MacOS X, Opensolaris, Windows
Posted in english | 8 comments
Yeah. No more workarounds. Download now JavaFX 1.2 for Windows, MacOS X, Linux and OpenSolaris!
\o/
There’s also a lots of improvements in the language and the API. For details on that read this document. Unfortunately, as a side effect of those great changes some JavaFX source codes posted here are now deprecated and need a few [...]
FootprintFX
2 June, 2009 - 1:53 am
Tags: certificates, Felipe Gaúcho, Footprint, JavaFX, pdf, RIA, web services
Posted in english | No comments
Footprint is a publisher and distributor of certificates of participation in conferences – signed PDF documents that prove you attended a conference or a course.
This is a little JavaFX application that shows how to create a interface that displays data provided by services. This version uses three services: one that counts the number of users, [...]
JavaFX, Retrieving non XML/JSON data from clouds
31 May, 2009 - 12:34 pm
Tags: HttpRequest, JavaFX, JSON, PullParser, Python, XML, Zembly
Posted in english | 6 comments
Usuually on JavaFX we grab data using HttpRequest from external resources on formats like JSON or XML. I showed how to get it on the post Reading Twitter with JavaFX and how to parse it using PullParser on the post Parsing a XML sandwich with JavaFX.
Another day I need to grab and interpret some plain [...]
JavaFX 1.1 for Linux workaround
16 May, 2009 - 8:53 am
Tags: HuaSong Liu, jaunty jackalope, Java, JavaFX, javafx4linux, jfx, Kaesar Alnijres, netbeans, RIA, ubuntu, Weiqi Gao, workaround
Posted in english | 8 comments
Download
javafx4linux.tar.bz2 (~ 36Mb).
Installing
1) Extract the javafx4linux.tar.bz2 file. In this example I’m placing it on my Desktop. After the installing process you can remove it.
2) Open your NetBeans 6.5 and go at Tools → Plugins and go to Downloaded tab. In a plain and new NetBeans installation there will be no plugin in this tab yet.
3) [...]
JavaFX, Acessando Recursos de Dentro do JAR
10 April, 2009 - 4:59 pm
Tags: fileinputstream, imageview, JAR, JavaFX, resource, sanduíche
Posted in português | 4 comments
Translation: there’s a English version of this article.
Para algumas classes como o javafx.scene.image.Image é fácil abrir imagens de uma localidade remotada com:
ImageView {
image: Image {
url: "http://example.com/minhaFigura.png"
}
}
ou uma imagem local com a constante __DIR:
ImageView {
image: Image [...]
JavaFX, getting resources of inside your JAR
10 April, 2009 - 4:51 pm
Tags: fileinputstream, getclass, JAR, jarfile, JavaFX, loading, picture, resource, sandwich, XML
Posted in english | 2 comments
Tradução: há uma versão em Português desse artigo.
For some classes like javafx.scene.image.Image is easy load an image from a external resource like:
ImageView {
image: Image {
url: "http://example.com/myPicture.png"
}
}
or a resource inside your own Jar file with the __DIR__ constant:
ImageView {
[...]
SunSPOT Posters
26 February, 2009 - 3:18 am
Tags: campus ambassador, poster, Sun Microsystems, Sun Spot, SVG
Posted in english | 3 comments
Some fellows asked for some Sun SPOT posters.
Here it is one that you can use to let people know about Project Sun SPOT.
Download the PNG with 200 dpi resolution or the SVG vetorial drawing. You can use a tool like Inkscape to open and edit the SVG file. You can change colors, images, texts and [...]
Seminário Programação Multi-Threaded para Processadores CMT
27 January, 2009 - 6:13 pm
Tags: Darryl Gove, Opensolaris, OpenSPARC, OSUM, Solaris, Sun, Sun Microsystems
Posted in português | No comments
O OSUM oferece mais um seminário online de alta qualidade aberto e de graça para o público. Este vai oferecer uma introdução a Programação Multi Threaded para Processadores CMT.
O seminário será conduzido por Darryl Gove. Darryl é engenheiro senior no time de compilação da Sun. Ele trabalha na análise e otimização de aplicações e benchmarks [...]














18 August, 2008 - 2:16 am
re javaFX:
I found GroupPanel for forms; very useful; it appears unavailable under the revised API:
1. Where is GroupPanel now? is there an alternate/equivalent Panel?
2. Please point to examples defining forms under the revised API
thanks for the blog; I find it very informative in my JavaFX learning path
6 November, 2008 - 12:45 am
i pack my image to jar file
my problems is to use getResource() in Javafx
getResource(“myimage.png”) not currently work.
I’m using NetBeans 6.0.
can give me some hint?
thanks