JFXStudio: sketch, hack, share

Picasa Web Album Viewer

Posted by: tojitu on: December 13, 2009

This is a small application for viewing picasa public web albums. You need to enter any gmail id to view the albums. This application is still under development. As of now it can support  maximum of 6 albums and 10 photos of each albums.

Picasa Album Viewer


Picasa Viewer

ComboButtons

Posted by: toumaille on: December 13, 2009

Because “Groups” of buttons doesn’t exist yet as Controls in JavaFX 1.2.1. I’ve decided to write my Own.

ComboButtons from my Mail App

ComboButtons inspiration from my Mail App

—–

ComboButtons’s characteristics :

  • You can use Group of Shapes for the Icon illustration (provides Vector benefit)
  • You can add “Seperator” in order to arrange Buttons
  • It’s CSS style sheet Ready (but JavaFX not really – See Here French)
  • There is 3 Skins ( Illustration / Text / Letter )

—–

Improvement ToDO :

  • Image Skin Support

—–

Look likes that :

ComboButtons with different css

ComboButtons with different css

—–

The implementation :

Forward Button Illustration

Forward Button Illustration

The Forward Button

The Forward Button

ComboButtons contains its childs Buttons

ComboButtons contains its childs Buttons and Separator

—–

Further explanations (in French) :

http://www.blog.saturny.com/?p=110

—–

The Demonstrator :

—–

The NetBeans Project :

Holiday Challenge is almost over

Posted by: Josh Marinacci on: December 8, 2009

The JFXStudio Challenge:Holiday challenge is almost over. You’ve still got about a week until December 15th. The rules are the same: 30 lines or 3000 characters to do something cool with the theme holiday. You can only have one .fx file, but you *can* use images, movies, sounds, or other resources hosted on the web. You might even create something cool using a custom font like this:

Email your submission to joshua.marinacci@sun.com with the subject: “JFXStudio Challenge: Holiday”.

Midlet editor

Posted by: surikov on: December 1, 2009

Aim of this JavaFX application is to build J2ME midlets for mobile phones. You can create reference books, interactive menus, catalogs etc.

Read the rest of this entry »

Along the River

Posted by: Sergey Malenkov on: November 20, 2009

The subject of the next JFXstudio Challenge competition is a Holiday. What are you going to do on this holiday? How about having a trip along the river?

This script is developed to view panoramas. The image can be dragged with the mouse cursor, or you can use the cursor keys for navigation. Also the thumbnail can be used to select the most appropriate viewport.

Be patient! The application will start only when the image is loaded.

Proportional transparent scrollbars

Posted by: Josh Marinacci on: November 20, 2009

I’ve been working lately on a new project called MaiTai. In order to build MaiTai exactly as I wanted I had to build several custom controls, including a proportional scrollbar for the canvas.

A proportional scrollbar is one where the thumb changes size to reflect the current fraction of a document that you are viewing. It has three values which matter: the current position (value), the total viewable area (totalSpan), and the amount of the viewable area currently visible (viewSpan). This scrollbar only really makes sense when combined with a scrollable document area, so I created a ScrollCanvas as well. Wiring the bars up to the actual document up requires several tricky binds, but the ScrollCanvas already does this for you. Here’s what it looks like:

com.sun.javafx.runtime.MainScreenSnapz021.png

Run the app

Read the rest of this entry »

Sound effects & JavaFX

Posted by: surikov on: November 16, 2009

Sometimes you need to use sound effects. Besides the usual using a sampled sounds you can use the MIDI API.
CRUDfx SDK has several classes to work with the MIDI.

Pro
-  There are 128 instruments and 40 percussions in any computer.
Contra
- Different soundcards plays same instruments with different sounds.

MIDI sounds tester:

Open applet in new window.

See example applet and sourcecode at JavaFX.me

Project MaiTai announced

Posted by: Josh Marinacci on: November 13, 2009

Josh Marinacci has just launched a new open source tool for creating interactive art, written entirely in JavaFX. See the launch page for the full description.

Challenge: Five Winners, and the new Challenge: Holiday

Posted by: Josh Marinacci on: November 10, 2009

The Winner: Video Poker

We had four high quality entries for this month’s challenge. The race was tight, but now we have a winner: Matthew Hegarty’s Video Poker. I simply can’t believe it was done in only 3000 characters.

MatthewScreenSnapz002.png
Video Poker, Matthew Hegarty (click to run)

Read the rest of this entry »

Challenge: Five is over!

Posted by: Josh Marinacci on: November 2, 2009

JFXStudio Challenge: Five is now completely over. We got several entries that I’m excited for you to see. Unfortunately I won’t be able to get them judged this week as I am in Sweden for the OreDev conference, but rest assured you’ll find out the winner, and next month’s theme, very soon.

In the mean time, here’s a great article on doing bitmapped graphics in JavaFX. Keep in mind that everything in this article uses non-public APIs that may change in the future, but it’s fun to play with. Fortunately some of the ideas in this article are influencing API design for future versions of JavaFX, so you may be able to do these sorts of tricks in a supported way one day. (and of course with blinding speed. :)

Challenge: Small is the New Big

This month's challenge: code something cool in only 30 lines, using the theme of Holiday. Ends December 15th.

Tags