popup window open / close / minimize internalframe is disabled

0

the popup to restore / move / minimize / close / maximize Does not work, any solution?

my code to insert the form to my JDesktopPane is the sgt:

 frmEntregaMovil t = new frmEntregaMovil();

 JInternalFrame internalFrame = new JInternalFrame();

 internalFrame.setContentPane(t.getContentPane());

 internalFrame.pack();

 internalFrame.setVisible(true);

 jDesktopPane1.add(internalFrame);

   ? :/
    
asked by Kevin Marshall 12.10.2018 в 19:56
source

0 answers