Add application control, use game settings from settings panel

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@284 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-26 16:12:44 +02:00
parent 3d74d11974
commit df79c78dec
3 changed files with 67 additions and 15 deletions

View file

@ -166,7 +166,7 @@ class SettingsPanel extends JPanel implements ISettingsPanel {
c.weighty = 1;
add(tabbedPane, c);
JLabel errorMessageLabel = new JLabel("Fehler: Implementierung fehlt!");
JLabel errorMessageLabel = new JLabel(" ");
errorMessageLabel.setForeground(Color.RED);
c.weighty = 0;
add(errorMessageLabel, c);