Prevent internal frames from getting minified as it causes issues on Mac.
This commit is contained in:
parent
c79d2e893f
commit
2cd764776a
@ -1,14 +1,4 @@
|
|||||||
package eva2.gui;
|
package eva2.gui;
|
||||||
/*
|
|
||||||
* Title: EvA2
|
|
||||||
* Description:
|
|
||||||
* Copyright: Copyright (c) 2003
|
|
||||||
* Company: University of Tuebingen, Computer Architecture
|
|
||||||
* @author Holger Ulmer, Felix Streichert, Hannes Planatscher
|
|
||||||
* @version: $Revision: 10 $
|
|
||||||
* $Date: 2006-01-18 11:02:22 +0100 (Wed, 18 Jan 2006) $
|
|
||||||
* $Author: streiche $
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import javax.swing.event.InternalFrameAdapter;
|
import javax.swing.event.InternalFrameAdapter;
|
||||||
@ -117,7 +107,7 @@ public class JEFrame extends JInternalFrame {
|
|||||||
|
|
||||||
this.setMaximizable(true);
|
this.setMaximizable(true);
|
||||||
this.setResizable(true);
|
this.setResizable(true);
|
||||||
this.setIconifiable(true);
|
this.setIconifiable(false);
|
||||||
this.setClosable(true);
|
this.setClosable(true);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user