posted 10 years ago
Hi All,
I am trying a add a registration form(written in javafx) to my swing application.
I wanted to display this form as a popup , once register button is clicked.
I have written demo class below so far.The problem is JOptionPane is not able to display whole form.I am new to both swing and javafx.
Any help much appreciated.
Thanks.