Hello
 
I have opened a InternalFrame and minimized it, but when i call the method setIcon the internal frame is not resized to the origional size.
What ist the reason?
 
Here the code
 private void switchToTask(ULCInternalFrame frame) {
  // if (frame.isIcon() == true) {
  frame.setIcon(false);
  // }
  frame.setSelected(true);
  frame.moveToFront();
  frame.toFront();
  frame.requestFocus();
  return;
 }
Regards
 

Torsten Hofmann
Dipl. - Informatiker (FH)
IT Consultant Business Integration
 
Würth Phoenix GmbH
Drillberg 6
D-97980 Bad Mergentheim

(Phone: +49 7931 91 6284
7 Fax: +49 7931 91 7284
+E-Mail: torsten.hofmann@wuerth-phoenix.de
 
    Website: www.wuerth-phoenix.de

 

Reply via email to