| Author |
Creating libraries in JavaFX
|
Anup Francis
Ranch Hand
Joined: Jun 17, 2008
Posts: 45
|
|
Hi,
Is it possible to create libraries of reusable components in javafx
like it is possible in JSF?
That would be really cool.
|
SCJP 5.0, SCWCD 1.4, SCBCD 5.0, SCDJWS 1.4 & 5.0, SCSNI, ICSD for XML, SCEA 5 , ACE: Flex 3.0 and Air, ACE : Flex 4.0
|
 |
Jim Clarke
author
Ranch Hand
Joined: Jun 15, 2009
Posts: 49
|
|
JavaFX classes are compiled into Java byte-code class files that can be packaged with other class files,
including Java class files into a JAR file.
The answer is yes, it is possible to create reusable components.
|
 |
 |
|
|
subject: Creating libraries in JavaFX
|
|
|