summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
diff options
context:
space:
mode:
authorJonathan Bauer2015-07-29 17:08:07 +0200
committerJonathan Bauer2015-07-29 17:08:07 +0200
commitda3263a4738cd0994ad8eea359264865357608c0 (patch)
tree709aae5e0602f8748a5b49effa8135cd99ba72f1 /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
parent[client] ImageTable now with proper column labeling, finalized ImageListLayou... (diff)
downloadtutor-module-da3263a4738cd0994ad8eea359264865357608c0.tar.gz
tutor-module-da3263a4738cd0994ad8eea359264865357608c0.tar.xz
tutor-module-da3263a4738cd0994ad8eea359264865357608c0.zip
[client] removed code doing nothing :)
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
index 8c0c4cb3..b379db00 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
@@ -111,10 +111,6 @@ public abstract class ImageListWindowLayout extends CompositePage {
splitPane.setRightComponent(detailsPane);
// make the left panel grab the excess space
splitPane.setResizeWeight(1);
- GridBagLayout bag = new GridBagLayout();
- GridBagConstraints con = new GridBagConstraints();
- con.fill = GridBagConstraints.BOTH;
- bag.setConstraints(splitPane, con);
add(splitPane);
}
public JTextField createCaptionAndTextfield(String captionString, JPanel group, int row) {