For business applications we need some way of creating and showing reports. There are third party Swing frameworks for doing this, but because we cannot embed Swing controls in JavaFX, there isn't a good way of leveraging this. Right now the best that can be done would be to generate the report and then render it as an image, save as a file to disk, and display in the application. We need to develop some best practices and undoubtedly add some API for this.
- duplicates
-
JDK-8101537 Add ability to create fillable forms as in pdf
-
- Closed
-