JFXStudio: sketch, hack, share

Posts Tagged ‘stylesheet

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.

_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
_There is 3 Skins ( Illustration / Text / Letter )

MyTabbedPane

Posted by: toumaille on: March 16, 2009

This is the first example I have written. It allows you to create your custom TabbedPane.

JavaFX Sudoku with CSS

Posted by: Rakesh Menon on: March 11, 2009

This is a Sudoku game developed using JavaFX. The objective is not really to demonstrate Sudoku, but to show Cascading Style Sheets (CSS) support in JavaFX. This sample uses two CSS files – blue.css and black.css. These files have information about different user interface attributes such as color, font, shape…

For standalone mode

First lets create [...]


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