comments: updated authors and group member notation
This commit is contained in:
parent
2b166f4835
commit
7a4bad32f6
@ -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{
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user