/[xulu]/branches/1.8-gt2-2.6/src/appl/plugin/multimodelcontrol/MultiModelControlFrame.java
ViewVC logotype

Diff of /branches/1.8-gt2-2.6/src/appl/plugin/multimodelcontrol/MultiModelControlFrame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by mojays, Mon Aug 31 14:23:19 2009 UTC revision 60 by alfonx, Sun Oct 4 16:54:52 2009 UTC
# Line 1  Line 1 
1  package appl.plugin.multimodelcontrol;  package appl.plugin.multimodelcontrol;
2    
3  import java.awt.BorderLayout;  import java.awt.Cursor;
 import javax.swing.JPanel;  
 import javax.swing.JFrame;  
 import javax.swing.JSplitPane;  
 import java.awt.GridBagLayout;  
4  import java.awt.Dimension;  import java.awt.Dimension;
 import javax.swing.JList;  
5  import java.awt.GridBagConstraints;  import java.awt.GridBagConstraints;
6    import java.awt.GridBagLayout;
7    import java.awt.GridLayout;
8    import java.awt.Insets;
9    
10  import javax.swing.ButtonGroup;  import javax.swing.BoxLayout;
11  import javax.swing.JButton;  import javax.swing.JButton;
12  import javax.swing.JLabel;  import javax.swing.JLabel;
13  import javax.swing.JTextField;  import javax.swing.JList;
14  import javax.swing.JRadioButton;  import javax.swing.JPanel;
 import javax.swing.BoxLayout;  
 import java.awt.CardLayout;  
 import javax.swing.DefaultListModel;  
 import javax.swing.ListSelectionModel;  
 import javax.swing.BorderFactory;  
 import javax.swing.border.EtchedBorder;  
 import java.awt.FlowLayout;  
 import java.awt.Insets;  
 import java.awt.GridLayout;  
 import javax.swing.border.SoftBevelBorder;  
 import java.awt.ComponentOrientation;  
 import java.awt.Cursor;  
 import javax.swing.plaf.multi.MultiPanelUI;  
 import javax.swing.plaf.basic.BasicPanelUI;  
 import javax.swing.JCheckBox;  
 import javax.swing.SwingConstants;  
 import javax.swing.JToggleButton;  
 import java.awt.Font;  
 import java.awt.event.ActionEvent;  
 import java.awt.event.ActionListener;  
 import java.awt.event.ItemEvent;  
   
 import javax.swing.JTabbedPane;  
   
 import edu.bonn.xulu.XuluModellingPlatform;  
 import edu.bonn.xulu.gui.XuluInternalFrame;  
15  import javax.swing.JScrollPane;  import javax.swing.JScrollPane;
 import appl.parallel.gui.ParallelControlPanel;  
 import javax.swing.JPopupMenu;  
 import javax.swing.JMenuItem;  
 import javax.swing.JTextPane;  
16  import javax.swing.JTextArea;  import javax.swing.JTextArea;
17  import javax.swing.border.TitledBorder;  import javax.swing.ListSelectionModel;
 import java.awt.Color;  
18    
 // fuer Doku  
19  import appl.parallel.gui.ParallelControlPanelEngine;  import appl.parallel.gui.ParallelControlPanelEngine;
20    import edu.bonn.xulu.gui.XuluInternalFrame;
21    
22  /**  /**
23   * The GUI for the ModelControlCenter (MCC). All the interesting stuff happens in the   * The GUI for the ModelControlCenter (MCC). All the interesting stuff happens in the

Legend:
Removed from v.47  
changed lines
  Added in v.60

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26