Undecorated and resizable dialog
843806Jan 15 2008 — edited Feb 1 2008Does anyone know how to create a JDialog that is both undecorated and resizable?
Trying to call setUndecorated(True) and setResizable(True), only makes it undecorated. The dialog will not allow me to resize.
Thanks.