Visual GUI for Apache Pivot

I found out about the existence of Apache Pivot from the Java GUI frameworks question . What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot? This seems to be well suited for my current project, as it allows users to create their own GUI dynamically. However, I will also need to provide a visual graphic designer for any technology I choose. Is there such a designer for Pivot? Googling does not seem to suggest, but I ask, in case I missed one.

+5
source share
1 answer

I was looking for a GUI designer for Pivot, and it looks like the developers are just using XML editors when editing BXML. In doing so, I came across a Geertjan block from the original GUI designer for NetBeans called NB-PIVOT . I do not know how active this project is. But this is the beginning.

+4
source

All Articles