Good afternoon.
I'm doing a desktop app using the java swing library and I'm stuck with a popup problem.
In my app, there are some checkboxes that when you mark them you have to appear a popup with several options to choose from, spinners, textfields, labels, etc ...
The options that I found do not convince me, a jdialog is very limited for my needs (or I do not know how to customize it to max.). I have also tried with internal frame, but I can not find it when it appears, it appears with the necessary size (I have tested the .pack and all the options that I found on the internet), besides what I need is a little box that appears with what I need (As a tooltip but with more elements, not just text)
My last option and that seemed to work perfectly, was to make another JFrame with the position on the screen calculated by a function that believes, it seemed to be the perfect solution, but when you open the app in a main window and move it to another, the frame are still open in the previous window ....
You know some way you can do this more easily or at least some way that the JFrame appears on the same screen where the app is located
Thanks and best regards.