mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Minor fix to comments in ControlDetail.
This commit is contained in:
@@ -22,8 +22,7 @@ import forge.view.match.ViewDetail;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Controls the vertical tabber in sidebar used for viewing card details and
|
* Controls the card detail area in the match UI.
|
||||||
* picture.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ControlDetail {
|
public class ControlDetail {
|
||||||
@@ -31,11 +30,9 @@ public class ControlDetail {
|
|||||||
private Card currentCard = null;
|
private Card currentCard = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls the vertical tabber in sidebar used for viewing card details and
|
* Controls the card detail area in the match UI.
|
||||||
* picture.
|
|
||||||
*
|
*
|
||||||
* @param v
|
* @param v   The CardViewer Swing component.
|
||||||
*   The CardViewer Swing component.
|
|
||||||
*/
|
*/
|
||||||
public ControlDetail(final ViewDetail v) {
|
public ControlDetail(final ViewDetail v) {
|
||||||
this.view = v;
|
this.view = v;
|
||||||
@@ -44,8 +41,7 @@ public class ControlDetail {
|
|||||||
/**
|
/**
|
||||||
* Shows card details and/or picture in sidebar cardview tabber.
|
* Shows card details and/or picture in sidebar cardview tabber.
|
||||||
*
|
*
|
||||||
* @param c
|
* @param c   Card object
|
||||||
*   Card object
|
|
||||||
*/
|
*/
|
||||||
public void showCard(final Card c) {
|
public void showCard(final Card c) {
|
||||||
this.currentCard = c;
|
this.currentCard = c;
|
||||||
|
|||||||
Reference in New Issue
Block a user