diff options
| author | Michael Wilson | 2014-08-25 13:37:56 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-08-25 13:37:56 +0200 |
| commit | 78882207061c9f6e93aed3c71a634fb3ed793f95 (patch) | |
| tree | b88bf7bffd9b0963c3e3218b371af02a88f470ec /Dozentenmodul/src/gui/intro/MainMenue_GUI.java | |
| parent | Abfrage bei Schließen währen Up-Download (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff) | |
| download | tutor-module-78882207061c9f6e93aed3c71a634fb3ed793f95.tar.gz tutor-module-78882207061c9f6e93aed3c71a634fb3ed793f95.tar.xz tutor-module-78882207061c9f6e93aed3c71a634fb3ed793f95.zip | |
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/intro/MainMenue_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/MainMenue_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java index 5020ad07..abe5d4fa 100644 --- a/Dozentenmodul/src/gui/intro/MainMenue_GUI.java +++ b/Dozentenmodul/src/gui/intro/MainMenue_GUI.java @@ -172,7 +172,7 @@ public class MainMenue_GUI extends JFrame { JPanel panelImage = new JPanel(); panelImage.setBackground(SystemColor.menu); - panelImage.setBorder(new TitledBorder(null, "VL-Image", + panelImage.setBorder(new TitledBorder(null, "Image", TitledBorder.LEADING, TitledBorder.TOP, null, null)); panelImage.setBounds(10, 146, 270, 170); contentPanel.add(panelImage); |
