Planet JFX
(Undo revision 3719 by 125.22.4.127 (talk))
Line 29: Line 29:
 
* [[Database]] simple database usage and todo list
 
* [[Database]] simple database usage and todo list
   
  +
== GUI and layouts ==
''Italic text''
 
'''Bold text'''
 
[[Link title]]
 
[http://www.example.com link title]
 
[[Image:Example.jpg]]
 
[[Media:Example.ogg]]
 
<math>Insert formula here</math>
 
<nowiki>Insert non-formatted text here</nowiki>
 
--[[User:125.22.4.127|125.22.4.127]] 08:34, 4 February 2008 (UTC)
 
   
  +
* [http://indy.sven-drieling.de/testarea/JavaFX/examples/ JavaFX examples] using layouts
----
 
  +
* [[Popup|Popup]] button with a popup menu
  +
* [[Show_mouse_cursors|Show mouse cursors]]
  +
* Simple examples with a [[Rectangle|Rectangle]] (move, resize, bounce, catch)
  +
* [[Use_any_swing_component|Use any swing component]] as a widget.
  +
* [[Fullscreen_window_example|Fullscreen window example]]
  +
* [[Dynamic_Menu_and_Alert_Box|Dynamic Menu and Alert Box]]
  +
* Charles Ditzel, [http://cld.blog-city.com/learning_javafx__four_examples__images__mouse_events.htm Four Examples - Images & Mouse Events]
  +
* [[Split_Frame_Tree_Panel_View|Implementing TreeCell Events to Trigger Content View]]
  +
* [[Centering Text]] in a Node
  +
* [[Moveable Application without a Window Border]] Stripping off the JFrame controls
  +
* How to make a 'custom panel' Widget e.g. a [[Form]] --> todo please contribute!!
   
 
== Custom Widgets and Nodes ==
 
== Custom Widgets and Nodes ==

Revision as of 14:47, 4 February 2008

JavaFX Applications

Do you have cool code examples of JavaFX script? Add a link to it here.

Language

Working with external utilities

GUI and layouts

Custom Widgets and Nodes

See Custom Widgets and Nodes