1 |
package appl.parallel.starter.client; |
package appl.parallel.starter.client; |
2 |
|
|
|
import javax.swing.JPanel; |
|
|
import java.awt.GridBagLayout; |
|
3 |
import java.awt.Dimension; |
import java.awt.Dimension; |
4 |
import java.awt.GridBagConstraints; |
import java.awt.GridBagConstraints; |
5 |
|
import java.awt.GridBagLayout; |
6 |
|
import java.awt.GridLayout; |
7 |
|
import java.awt.Insets; |
8 |
|
|
9 |
|
import javax.swing.BoxLayout; |
10 |
import javax.swing.JButton; |
import javax.swing.JButton; |
11 |
import javax.swing.JLabel; |
import javax.swing.JLabel; |
12 |
import javax.swing.BoxLayout; |
import javax.swing.JList; |
13 |
|
import javax.swing.JPanel; |
14 |
|
import javax.swing.JScrollPane; |
15 |
import javax.swing.ListSelectionModel; |
import javax.swing.ListSelectionModel; |
|
import java.awt.Insets; |
|
16 |
import javax.swing.border.SoftBevelBorder; |
import javax.swing.border.SoftBevelBorder; |
|
import javax.swing.table.DefaultTableModel; |
|
|
import edu.bonn.xulu.XuluModellingPlatform; |
|
|
import javax.swing.JScrollPane; |
|
|
import javax.swing.JTable; |
|
|
|
|
|
import appl.parallel.gui.ParallelControlPanelEngine; |
|
|
|
|
|
import java.awt.Rectangle; |
|
|
import javax.swing.JList; |
|
|
import java.awt.CardLayout; |
|
|
import java.awt.GridLayout; |
|
17 |
|
|
18 |
/** |
/** |
19 |
* The GUI for the XuluStarterController . The events are controlled by the |
* The GUI for the XuluStarterController . The events are controlled by the |
213 |
return restartButton; |
return restartButton; |
214 |
} |
} |
215 |
|
|
216 |
} // @jve:decl-index=0:visual-constraint="10,10" |
} |