|
|
|
|
Using a JTable in JavaFX App
Posted:
Aug 5, 2008 7:12 PM
|
|
|
Hi Everyone,
I've been posting in the Sun forums at http://forums.sun.com/forum.jspa?forumID=932, but it appears that this is where the action is at!
I'd like to place a data table in a JavaFX app as exercise, but cannot seem to find how this is done. There's so much "beta" documentation out there, or posts containing code that doesn't work, that it has become a bit confusing.
I'm also scanning the javafx API, and can't seem to find anything to do with a javafx table.
so.. Simple example on how to embed a JTable into a SwingFrame anywhere? If you could, please include an example that uses a DefaultTableModel somewhere; I'm still a bit fuzzy on the interaction between POJOs and JavaFX
Thanks. Alex
|
|
|
|
|
|
|
|
|
Re: Using a JTable in JavaFX App
Posted:
Aug 6, 2008 12:42 AM
in response to: alexsch
|
|
|
I don't think that sample implements a scrolling type mechanism though does it? The goal is to iterate over large sets of data, whose members would be shown in a scrolling grid format (a-la JTable).
I suppose we'll have to wait until the JTable is actually implemented.
|
|
|
|
|