1
0
Fork 0

comments: updated authors and group member notation

This commit is contained in:
rxbn 2019-11-27 23:05:33 +01:00
parent 2b166f4835
commit 7a4bad32f6
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import break_out.Constants;
* This class contains the information about the balls characteristics and behavior * This class contains the information about the balls characteristics and behavior
* *
* @author iSchumacher * @author iSchumacher
* @author modified by 175 * @author modified by Gruppe 175: Moritz Henseleit, Ruben Meyer
* *
*/ */
public class Ball implements IBall{ public class Ball implements IBall{

View File

@ -6,7 +6,7 @@ package break_out.model;
* *
* @author dmlux * @author dmlux
* @author I. Schumacher * @author I. Schumacher
* @author modified by 175 * @author modified by Gruppe 175: Moritz Henseleit, Ruben Meyer
*/ */
public class Level extends Thread { public class Level extends Thread {

View File

@ -7,7 +7,7 @@ import break_out.model.Position;
* This class represent a two dimensional vector. * This class represent a two dimensional vector.
* *
* @author I. Schumacher * @author I. Schumacher
* @author modified by 175 * @author modified by Gruppe 175: Moritz Henseleit, Ruben Meyer
*/ */
public class Vector2D implements IVector2D { public class Vector2D implements IVector2D {

View File

@ -15,7 +15,7 @@ import net.miginfocom.swing.MigLayout;
* The field represents the board of the game. All components are on the board * The field represents the board of the game. All components are on the board
* *
* @author dmlux, modified by iSchumacher * @author dmlux, modified by iSchumacher
* @author modified by 175 * @author modified by Gruppe 175: Moritz Henseleit, Ruben Meyer
*/ */
public class Field extends JPanel { public class Field extends JPanel {

View File

@ -12,7 +12,7 @@ import break_out.model.Game;
* gets the components from the game which is connected to this class * gets the components from the game which is connected to this class
* *
* @author dmlux * @author dmlux
* @author modified by 175 * @author modified by Gruppe 175: Moritz Henseleit, Ruben Meyer
* *
*/ */
public class View extends JFrame { public class View extends JFrame {