Changeset 37 in tmcsimulator for trunk/src


Ignore:
Timestamp:
05/04/2016 04:53:10 PM (10 years ago)
Author:
bokumura
Message:

Gets rid of the flashing black box when starting the client. (Legacy from the old CAD Client)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/CADClientView.java

    r2 r37  
    227227        setBackground(Color.black);      
    228228        setSize(new Dimension(800, 600)); 
    229         setUndecorated(true);        
    230         setVisible(true);        
     229        setUndecorated(true);   
     230        setDefaultCloseOperation(EXIT_ON_CLOSE); 
     231        //setVisible(true);        
    231232                 
    232233    } 
Note: See TracChangeset for help on using the changeset viewer.