| Author |
JTable in JavaFX
|
Masrudyn Main
Greenhorn
Joined: May 13, 2009
Posts: 20
|
|
Hi,
I want to build a simple GUI to handle CSV files. I believe JTable can do the job but I would like to try using JavaFX... so is there a similar JTable in JavaFX? Any sample codes to get me started? Thanks!
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
Masrudyn Main wrote:Hi,
I want to build a simple GUI to handle CSV files. I believe JTable can do the job but I would like to try using JavaFX... so is there a similar JTable in JavaFX? Any sample codes to get me started? Thanks!
Nope. The brilliant minds behind JavaFX didn't see the need for one of the most common controls in the RIA space, a Data Grid. You're stuck with using a JTable and shoving into the JavaFX scene. There's plenty of examples, even on the JavaFX site, that shows how to use Swing components in JavaFX.
|
My Blog | DZone Articles
|
 |
Jim Clarke
author
Ranch Hand
Joined: Jun 15, 2009
Posts: 49
|
|
|
It's not a matter of not wanting to do it. It was a matter of time. Look for it in a future release.
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
Jim Clarke wrote:It's not a matter of not wanting to do it. It was a matter of time. Look for it in a future release.
Seems to be an all too common theme.
|
 |
Sergey Surikov
Greenhorn
Joined: Oct 18, 2007
Posts: 3
|
|
Jim Clarke wrote:It's not a matter of not wanting to do it. It was a matter of time. Look for it in a future release.
You can use CRUDfx SDK now.
http://code.google.com/p/crudfx/
it includes:
1. Layouts
2. Grid
3. Tree
4. Text/Password components
5. Localization tools
6. User preferences util
7. Tools for asynchronous task
8. Bridge to Web Services (XML, JSON)
9. Bridge to SQL Servers (JDBC)
10. Google Map component
11. Sound synthesizer
12. Other tools
See screenshot with table
|
 |
William Antônio Siqueira
Ranch Hand
Joined: Jul 08, 2009
Posts: 35
|
|
Coming Soon: Table Control in JavaFX:
|
The answer isn't "Why", is "How"!
Follow me on Twitter - Speak portuguese? Check out JavaFree.org
|
 |
 |
|
|
subject: JTable in JavaFX
|
|
|