shortened text in deck strength viewer
parent
c8ee1beb83
commit
ea10a26cd7
|
@ -39,8 +39,7 @@ public class DeckStrengthViewer extends JPanel implements ActionListener {
|
||||||
|
|
||||||
private static final String PURPOSE=
|
private static final String PURPOSE=
|
||||||
"<html><body>"+
|
"<html><body>"+
|
||||||
"Calculates an indicative win percentage for your deck by playing given " +
|
"Determine the win% of your deck vs opponent's over #games and AI level."+
|
||||||
"number of games against your opponent at given difficulty level. "+
|
|
||||||
"</body></html>";
|
"</body></html>";
|
||||||
|
|
||||||
private static final Border INPUT_BORDER=BorderFactory.createEmptyBorder(0,10,0,10);
|
private static final Border INPUT_BORDER=BorderFactory.createEmptyBorder(0,10,0,10);
|
||||||
|
|
Loading…
Reference in New Issue