I have a JFrame
that sometimes I need it to act as a frame with it's own task-bar icon, but also I need to use it as a JDialog
without task-bar icon and modal of a parent frame.
Is that possible? I don't know how to implement it, so I can't put any code.