come with me, on the way I'll explain.
JavaFX on Linux!
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 changes to compile again but the online preview of them as applet or Java Web Start will continue to work well.
Let’s code.
Miojo Script
28 January, 2010 - 2:37 am
Tags: libnotify, Linux, miojo, notify, notify-send, programming, Shell Script, ubuntu
Posted in english | 1 comment
O pre-requisito é o notify-send, um utilitário de linha de comando do libnotify. No Ubuntu:
sudo aptitude install libnotify-bin
E aqui o script em si:
sleep 5m; notify-send “aviso” “tirar o miojo do fogo”
Pronto, depois de cinco minutos isso vai aparecer:
Congelando e Ressuscitando Processos
14 November, 2009 - 3:21 am
Tags: bash, batman, cli, cmd, Linux, mr freeze, pidof, posix, SH, shell, ubuntu, unix
Posted in português | 2 comments
Nem só de morte vive o kill.
Suponha que você tem um processo chamado program e quer congelar seu funcionamento. Para congela-lo sem mata-lo você pode mandar um sinal SIGSTOP com:
kill -s stop `pidof program`
Para ressuscitar o mesmo processo:
kill -s cont `pidof program`
Twitter Bot @rudaufc versão 1
9 November, 2009 - 4:54 pm
Tags: AI, API, bash, bot, Comida, CRON, crontab, culinária, CURL, ia, inteligência artificial, Linux, Restaurante Universitário, robô, robot, SH, Shell Script, tutorial, twitter, ufc, Universidade Federal do Ceará
Posted in português | 3 comments
Este aqui é um bot bem simples para Twitter.
Diariamente, as nove da manhã ele posta qual vai ser o cardápio do RU (Restaurante Universitário) da UFC naquele dia.
Assim, quando vai batendo a hora da fome, os alunos podem entrar no perfil @rudaufc e olhar qual vai ser o prato do dia, ou quem está seguindo [...]
The Fork Bomb Tattoo
22 October, 2009 - 9:43 am
Tags: aesthetics, art, computação, computer science, Dereka, fork bomb, forkbomb, Freedom of Tattoo, geek, hacker, Linux, nerd, philosophical, philosophy, tattoo, tatuagem, unix
Posted in english | 3 comments
I thought about these two problems my entire life.
Graphical arts have a significant role in everything I do. I always expressed my feelings thorough graphical drawings. First on paper, so notebooks, then walls and others surfaces like the computer screen. But the possibility of transform my body, my own skin in a art canvas always [...]
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.
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 {
[...]













3 June, 2009 - 8:20 am
Se eu visse essa menssagem no dia seguinte estaria quase chorando de feliciade, mas hoje essa foi a melhor noticia do dia inteiro.
5 June, 2009 - 2:06 am
Me encanta bobesponja, es lo mas groso del mundo.
7 June, 2009 - 2:09 am
aguardava isso ansiosamente… agora, não preciso mais de gam… quer dizer, workaround…
17 June, 2009 - 8:18 am
hi Neto
i have some question about JavaFX.
I will create 3D game online using JavaFX.
Please suggest the library to create 3D model.
Thank you very much.
Regard,
mooja
18 June, 2009 - 7:12 pm
@mooja
You can try using Xith3D, jMonkeyEngine or jPCT and embed it on your JavaFX application.
http://www.jmonkeyengine.com/
http://www.jpct.net/
http://www.xith.org/
9 July, 2009 - 9:23 pm
Maybe JavaFX 1.2 is now supporting Linux but the jnlp for the javafx-rt (http://dl.javafx.com/1.2/javafx-rt.jnlp) allows only i386 Linux with the Result that its not working anymore on 64bit Maschines (@ Least not in the Browser etc.) …
JavaFX 1.1 was not having that problem. Would be great if the jnlp-File could be adjusted.
Regards,
Kosta
10 July, 2009 - 3:32 pm
Hi “Javafx-dev”. You shoud try to file a bug on the JavaFX project or contact directly the developers from the JavaFX project at Sun Microsystems.