Ignore:
Timestamp:
10/19/09 21:58:12 (15 years ago)
Author:
zeiss
Message:
 
Location:
trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/exercisesheet/ExerciseSheetAddDialog.java

    r3 r19  
    5252        @Override 
    5353        protected Control createContents(Composite parent) { 
    54                 parent.getShell().setSize(650, 350); 
    55                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    56                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    57                 parent.getShell().setLocation(x, y); 
    58                  
    5954                Control contents = super.createContents(parent); 
    6055                setTitle("Add a new exercise sheet"); 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/exercisesheet/ExerciseSheetErrorDialog.java

    r3 r19  
    3636        @Override 
    3737        protected Control createDialogArea(Composite parent) { 
    38                 parent.getShell().setSize(270, 180); 
    39                 int x = shell.getLocation().x 
    40                                 + (shell.getSize().x - parent.getShell().getSize().x) / 2; 
    41                 int y = shell.getLocation().y 
    42                                 + (shell.getSize().y - parent.getShell().getSize().y) / 2; 
    43                 parent.getShell().setLocation(x, y); 
    44  
    4538                GridLayout layout = new GridLayout(SWT.CENTER, false); 
    4639                layout.numColumns = 1; 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/exercisesheet/ExerciseSheetPDFDeleteDialog.java

    r3 r19  
    5151        @Override 
    5252        protected Control createDialogArea(Composite parent) { 
    53                 parent.getShell().setSize(500, 170); 
    54                 int x = shell.getLocation().x 
    55                                 + (shell.getSize().x - parent.getShell().getSize().x) / 2; 
    56                 int y = shell.getLocation().y 
    57                                 + (shell.getSize().y - parent.getShell().getSize().y) / 2; 
    58                 parent.getShell().setLocation(x, y); 
    59  
    6053                GridLayout layout = new GridLayout(); 
    6154                layout.numColumns = 2; 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/exercisesheet/LecturerAddDialog.java

    r3 r19  
    4646        @Override 
    4747        protected Control createDialogArea(Composite parent) { 
    48                 parent.getShell().setSize(500, 240); 
    49                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    50                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    51                 parent.getShell().setLocation(x, y); 
    52                  
    5348                GridLayout layout = new GridLayout(); 
    5449                layout.numColumns = 2; 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/lecture/LectureAddDialog.java

    r3 r19  
    4444        @Override 
    4545        protected Control createDialogArea(Composite parent) { 
    46                 parent.getShell().setSize(500, 170); 
    47                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    48                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    49                 parent.getShell().setLocation(x, y); 
    50                  
    5146                GridLayout layout = new GridLayout(); 
    5247                layout.numColumns = 2; 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/lectureevent/LectureEventAddDialog.java

    r3 r19  
    6363        @Override 
    6464        protected Control createContents(Composite parent) { 
    65                 parent.getShell().setSize(650, 500); 
    66                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    67                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    68                 parent.getShell().setLocation(x, y); 
    69                  
    7065                Control contents = super.createContents(parent); 
    7166                setTitle("Add a new lecture Event"); 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/lectureevent/LectureEventEditDialog.java

    r3 r19  
    7878        @Override 
    7979        protected Control createContents(Composite parent) { 
    80                 parent.getShell().setSize(650, 500); 
    81                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    82                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    83                 parent.getShell().setLocation(x, y); 
    84                  
    8580                Control contents = super.createContents(parent); 
    8681                setTitle("Add a new lecture event"); 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/lecturer/LecturerAddDialog.java

    r3 r19  
    4646        @Override 
    4747        protected Control createDialogArea(Composite parent) { 
    48                 parent.getShell().setSize(500, 240); 
    49                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    50                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    51                 parent.getShell().setLocation(x, y); 
    52                  
    5348                GridLayout layout = new GridLayout(); 
    5449                layout.numColumns = 2; 
  • trunk/de.ugoe.cs.swe.exercises/src/de/ugoe/cs/swe/exercises/lecturer/LecturerEditDialog.java

    r3 r19  
    3737        @Override 
    3838        protected Control createContents(Composite parent) { 
    39                 parent.getShell().setSize(500, 240); 
    40                 int x = shell.getLocation().x + (shell.getSize().x - parent.getShell().getSize().x)/2; 
    41                 int y = shell.getLocation().y + (shell.getSize().y - parent.getShell().getSize().y)/2; 
    42                 parent.getShell().setLocation(x, y); 
    43                  
    4439                Control contents = super.createContents(parent); 
    4540                setTitle("Edit a lecturer"); 
Note: See TracChangeset for help on using the changeset viewer.