shortened text in deck strength viewer

master
melvin 2011-07-25 12:42:37 +08:00
parent c8ee1beb83
commit ea10a26cd7
1 changed files with 1 additions and 2 deletions

View File

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