FaultNum Line MutType InMethod Method OrigSrc MutSrc 1 crosswordsage/CrosswordSolver.java:81 m 1 private_void_compileClues:68 "words.add( index1, w2 );" "words.add( ~index1, w2 );" 2 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i++ < word.getY() + word.getLength(); i++, letterIndex++) {" 3 crosswordsage/CrosswordCompiler.java:224 m 1 private_void_AddListeners:214 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 4 crosswordsage/Grid.java:162 m 1 public_void_setClueNumbers:156 "crosswordsage.Word wd = (crosswordsage.Word) words.get( i );" "crosswordsage.Word wd = (crosswordsage.Word) words.get( -i );" 5 crosswordsage/Word.java:60 c 1 public_void_setFormat:58 "format = s;" "format = word;" 6 crosswordsage/Square.java:159 c 1 public_void_setWord:153 "wordDown = w;" "wordDown = wordAcross;" 7 crosswordsage/CrosswordCompiler.java:283 c 1 private_void_jbInit:247 "btnSuggestWords.setText( "Suggest Word" );" "btnSuggestWords.setToolTipText( "Suggest Word" );" 8 crosswordsage/Word.java:82 m 1 public_java.lang.String_getWord:78 "sb.append( letters.get( i ) );" "sb.append( letters.get( -i ) );" 9 crosswordsage/CrosswordSolver.java:102 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 10 crosswordsage/CrosswordCompiler.java:322 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 11 crosswordsage/CrosswordCompiler.java:407 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getWordDirection(), i );" 12 crosswordsage/MainScreen.java:37 c 0 NA "javax.swing.JMenu mFile = new javax.swing.JMenu();" "javax.swing.JMenu mFile;" 13 crosswordsage/SolverGrid.java:65 c 1 public_void_revealWord:60 "crosswordsage.Word wa = s.getWordAcross();" "crosswordsage.Word wa = s.getWord();" 14 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getWidth() );" 15 crosswordsage/Grid.java:122 c 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getToolTipText(), letterIndex );" 16 crosswordsage/CrosswordSolver.java:41 c 0 NA "private javax.swing.JTextPane clueTextPane = new javax.swing.JTextPane();" "private javax.swing.JTextPane clueTextPane;" 17 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getWordDirection() < w1.getClueIndex()) {" 18 crosswordsage/WordSolverPanel.java:149 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i-- < anWords.size(); i++) {" 19 crosswordsage/MainScreen.java:110 c 1 private_void_jbInit:85 "mFile_Save.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile_Save.setForeground( new java.awt.Color( 199, 223, 236 ) );" 20 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (response != JOptionPane.NO_OPTION) {" 21 crosswordsage/SolverGrid.java:45 m 1 public_void_init:42 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 22 crosswordsage/CrosswordCompiler.java:191 c 1 private_void_compileClues:166 "if (w.getFormat() != null) {" "if (w.getWord() != null) {" 23 crosswordsage/SolverGrid.java:98 c 1 public_void_checkSolution:92 "crosswordsage.Word w = s.getWord();" "crosswordsage.Word w = s.getWordAcross();" 24 crosswordsage/Grid.java:242 c 1 public_java.lang.String_getSelectedClue:238 "s = selectedWord.getClue();" "s = selectedWord.getFormat();" 25 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getX() < w1.getClueIndex()) {" 26 crosswordsage/WordSolverPanel.java:122 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() <= 0) {" 27 crosswordsage/SolverGrid.java:77 m 1 public_void_revealWord:60 "if (wa == selectedWord) {" "if (wa != selectedWord) {" 28 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() % j, w.getX() );" 29 crosswordsage/CrosswordSolver.java:99 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() <= Word.DOWN) {" 30 crosswordsage/Grid.java:90 c 1 public_void_Build:82 "s.setFontSize( 220 / crossword.getWidth() );" "s.setLetterIndexAcross( 220 / crossword.getWidth() );" 31 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getComponentCount() );" 32 crosswordsage/Grid.java:288 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 33 crosswordsage/PreferenceScreen.java:139 c 1 private_void_save:132 "prefs.setProxyUserName( tbUserName.getText() );" "prefs.setProxyPassword( tbUserName.getText() );" 34 crosswordsage/CrosswordCompiler.java:311 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 35 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxy(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" 36 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = (rowEnd - rowStart) % 1;" 37 crosswordsage/Preferences.java:17 c 0 NA "private java.lang.String proxy = null;" "private java.lang.String proxy;" 38 crosswordsage/WordSolverPanel.java:166 m 1 public_java.util.ArrayList_getAnagrams:160 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( i-- ) );" 39 crosswordsage/SolverGrid.java:67 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getWordDirection() <= Word.ACROSS) {" 40 crosswordsage/CrosswordSolver.java:197 c 1 private_void_jbInit:167 "btnRevealWord.setText( "Reveal Selected Word" );" "btnRevealWord.setLabel( "Reveal Selected Word" );" 41 crosswordsage/SolverGrid.java:71 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getClueIndex() == Word.DOWN) {" 42 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getY() );" 43 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i--, letterIndex++) {" 44 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getY() + w.getLength(); i++) {" 45 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setName( grid.getSelectedClue() );" 46 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getXPos() );" 47 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i == -JOptionPane.YES_OPTION) {" 48 crosswordsage/Grid.java:190 c 1 private_void_formatSquare:185 "s.setIsBlank( false );" "s.setIsCorrect( false );" 49 crosswordsage/Word.java:140 m 1 private_void_syncLetters:137 "char c = word.charAt( i );" "char c = word.charAt( i-- );" 50 crosswordsage/CrosswordCompiler.java:303 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 51 crosswordsage/PreferenceScreen.java:90 c 1 private_void_jbInit:78 "cbUseProxy.setText( "Use proxy server" );" "cbUseProxy.setToolTipText( "Use proxy server" );" 52 crosswordsage/Grid.java:500 m 1 public_void_keyTyped:490 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; --i < al.size(); i++) {" 53 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setInheritsPopupMenu( cbUseProxy.isSelected() );" 54 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getUIClassID(), s.getLetterIndexAcross() );" 55 crosswordsage/WordSolverPanel.java:150 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( i-- ) );" 56 crosswordsage/CrosswordCompiler.java:201 c 1 private_void_compileClues:166 "acrossClues.append( w.getClueIndex() + ". " );" "acrossClues.append( w.getY() + ". " );" 57 crosswordsage/CrosswordCompiler.java:150 c 1 public_void_print:143 "cp.setAcrossClues( acrossClues.toString() );" "cp.setTitle( acrossClues.toString() );" 58 crosswordsage/Grid.java:296 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getClueIndex() == Word.DOWN) {" 59 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getLetter() == "*" || s.getToolTipText() == "") {" 60 crosswordsage/CrosswordCompiler.java:407 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getX(), i );" 61 crosswordsage/Word.java:124 m 1 public_int_getLength:122 "return length;" "return ~length;" 62 crosswordsage/CrosswordSolver.java:245 m 1 public_void_mouseClicked:239 "for (int i = 0; i < clues.size(); i++) {" "for (int i = 0; ~i < clues.size(); i++) {" 63 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getX();" 64 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setDragEnabled( false );" 65 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ~i - 1 );" 66 crosswordsage/Grid.java:232 c 1 public_crosswordsage.Square_findSquare:226 "s = s2;" "s = startSquare;" 67 crosswordsage/WordSolverPanel.java:73 c 1 private_void_jbInit:61 "jButton1.setPreferredSize( new java.awt.Dimension( 150, 27 ) );" "jButton1.setMinimumSize( new java.awt.Dimension( 150, 27 ) );" 68 crosswordsage/CrosswordCompiler.java:413 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 69 crosswordsage/CrosswordSolver.java:203 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 70 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (++rowStart == rowEnd) {" 71 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( ++size, size );" 72 crosswordsage/CrosswordCompiler.java:129 m 1 public_void_saveCrossword:121 "if (!f.getAbsolutePath().endsWith( ".cws" )) {" "if (f.getAbsolutePath().endsWith( ".cws" )) {" 73 crosswordsage/Grid.java:57 m 1 public_void_setCrossword:53 "for (int k = 0; k < words.size(); k++) {" "for (int k = 0; k++ < words.size(); k++) {" 74 crosswordsage/WordSolverPanel.java:71 c 1 private_void_jbInit:61 "jTextField1.setText( "" );" "jTextField1.setActionCommand( "" );" 75 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, -length );" 76 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusCycleRoot( true );" 77 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j <= 0) {" 78 crosswordsage/CrosswordSolver.java:203 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 79 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x ^ s2.getYPos() == y) {" 80 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getLetterIndexDown() );" 81 crosswordsage/CrosswordCompiler.java:269 c 1 private_void_jbInit:247 "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" 82 crosswordsage/Word.java:82 m 1 public_java.lang.String_getWord:78 "sb.append( letters.get( i ) );" "sb.append( letters.get( ~i ) );" 83 crosswordsage/PreferenceScreen.java:139 c 1 private_void_save:132 "prefs.setProxyUserName( tbUserName.getText() );" "prefs.setProxyUserName( tbUserName.getUIClassID() );" 84 crosswordsage/CrosswordSolver.java:94 c 1 private_void_compileClues:68 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getClueIndex() );" 85 crosswordsage/Square.java:35 c 0 NA "private int letterIndexAcross = 0;" "private int letterIndexAcross;" 86 crosswordsage/Square.java:63 c 1 public_Square:51 "lblClue.setMinimumSize( new java.awt.Dimension( 20, 30 ) );" "lblClue.setPreferredSize( new java.awt.Dimension( 20, 30 ) );" 87 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; ++i < al.size(); i++) {" 88 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (~response == JOptionPane.NO_OPTION) {" 89 crosswordsage/CrosswordCompiler.java:174 m 1 private_void_compileClues:166 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i < words.size(); i--) {" 90 crosswordsage/MainScreen.java:119 c 1 private_void_jbInit:85 "mFile_NewCrossword.setText( "New Crossword" );" "mFile_NewCrossword.setLabel( "New Crossword" );" 91 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction <= Word.DOWN) {" 92 crosswordsage/Grid.java:425 c 1 public_void_mouseClicked:389 "startSquare.setBackground( Color.WHITE );" "startSquare.setForeground( Color.WHITE );" 93 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i--, letterIndex++) {" 94 crosswordsage/WordSolverPanel.java:126 m 1 public_void_actionPerformed:106 "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getText() )) {" "if (isTightAnagram( (java.lang.String) anWords.get( -i ), tbAnagram.getText() )) {" 95 crosswordsage/CrosswordCompiler.java:88 c 1 public_void_loadCrossword:85 "System.out.println( "JFileChooser tries " + ioDir.getAbsolutePath() );" "System.out.println( "JFileChooser tries " + ioDir.getPath() );" 96 crosswordsage/CrosswordSolver.java:200 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 97 crosswordsage/Grid.java:270 c 1 private_void_dissociateSquares:266 "if (s.getIsBlank()) {" "if (s.getAutoscrolls()) {" 98 crosswordsage/Grid.java:59 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getWordDirection() != Word.ACROSS) {" 99 crosswordsage/CrosswordSolver.java:241 c 1 public_void_mouseClicked:239 "java.lang.String s = grid.getSelectedClue();" "java.lang.String s = grid.getUIClassID();" 100 crosswordsage/Word.java:140 m 1 private_void_syncLetters:137 "char c = word.charAt( i );" "char c = word.charAt( -i );" 101 crosswordsage/CrosswordCompiler.java:264 c 1 private_void_jbInit:247 "btnGetClue.setText( "Get Clue" );" "btnGetClue.setLabel( "Get Clue" );" 102 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j != 0) {" 103 crosswordsage/Grid.java:57 m 1 public_void_setCrossword:53 "for (int k = 0; k < words.size(); k++) {" "for (int k = 0; ~k < words.size(); k++) {" 104 crosswordsage/Word.java:40 c 1 public_Word:38 "this.x = x;" "this.x = this.x;" 105 crosswordsage/CrosswordSolver.java:188 c 1 private_void_jbInit:167 "jList1.setPreferredSize( new java.awt.Dimension( 332, 2000 ) );" "jList1.setSize( new java.awt.Dimension( 332, 2000 ) );" 106 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = ++rowEnd - rowStart + 1;" 107 crosswordsage/SolverGrid.java:94 m 1 public_void_checkSolution:92 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 108 crosswordsage/SolverGrid.java:82 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getClueIndex() == Word.DOWN) {" 109 crosswordsage/CrosswordCompiler.java:260 c 1 private_void_jbInit:247 "btnAddWord.setText( "Add Word" );" "btnAddWord.setLabel( "Add Word" );" 110 crosswordsage/CrosswordCompiler.java:407 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getLength(), i );" 111 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; j-- < letters.size(); j++) {" 112 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size >= 2 && --size <= 20) {" 113 crosswordsage/Grid.java:290 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getY(), i-- );" 114 crosswordsage/PreferenceScreen.java:138 c 1 private_void_save:132 "prefs.setProxyPort( tbProxyPort.getText() );" "prefs.setProxyPort( tbProxyPort.getName() );" 115 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i++ - 1 );" 116 crosswordsage/CrosswordCompiler.java:260 c 1 private_void_jbInit:247 "btnAddWord.setText( "Add Word" );" "btnAddWord.setName( "Add Word" );" 117 crosswordsage/WordSolverPanel.java:32 c 0 NA "private javax.swing.JPanel jPanel1 = new javax.swing.JPanel();" "private javax.swing.JPanel jPanel1;" 118 crosswordsage/Grid.java:392 c 1 public_void_mouseClicked:389 "if (selectedSquare.getIsBlank()) {" "if (selectedSquare.getAutoscrolls()) {" 119 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j++ );" 120 crosswordsage/Grid.java:351 c 1 public_void_repopulateWords:309 "s.setBackground( Color.WHITE );" "s.setResetColour( Color.WHITE );" 121 crosswordsage/Square.java:141 m 1 public_void_setClueNumber:139 "lblClue.setText( String.valueOf( i ) );" "lblClue.setText( String.valueOf( i-- ) );" 122 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setVisible( cbUseProxy.isSelected() );" 123 crosswordsage/CrosswordCompiler.java:312 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 124 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 125 crosswordsage/SolverGrid.java:35 c 1 public_void_validate:25 "s.setBackground( Color.RED );" "s.setForeground( Color.RED );" 126 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyUserName() ) );" 127 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i * 1 );" 128 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; i++ < al.size(); i++) {" 129 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (response < JOptionPane.NO_OPTION) {" 130 crosswordsage/CrosswordCompiler.java:275 c 1 private_void_jbInit:247 "jList1.setToolTipText( "" );" "jList1.setName( "" );" 131 crosswordsage/SolverGrid.java:27 m 1 public_void_validate:25 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 132 crosswordsage/MainScreen.java:112 c 1 private_void_jbInit:85 "mFile_Save.setText( "Save Crossword" );" "mFile_Save.setToolTipText( "Save Crossword" );" 133 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getComponentCount();" 134 crosswordsage/Word.java:54 c 1 public_void_setWord:52 "word = s;" "word = clue;" 135 crosswordsage/CrosswordSolver.java:49 c 1 public_CrosswordSolver:45 "grid = new crosswordsage.SolverGrid( cw );" "grid = new crosswordsage.SolverGrid( this.cw );" 136 crosswordsage/Grid.java:278 c 1 public_void_writeClue:276 "java.lang.String s = JOptionPane.showInputDialog( "Please enter your clue.", selectedWord.getClue() );" "java.lang.String s = JOptionPane.showInputDialog( "Please enter your clue.", selectedWord.getFormat() );" 137 crosswordsage/Grid.java:449 m 1 public_void_mouseEntered:446 "if (doSelectEnd || doSelectStart) {" "if (doSelectEnd ^ doSelectStart) {" 138 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getX(), w.getX() + j );" 139 crosswordsage/SolverGrid.java:45 m 1 public_void_init:42 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 140 crosswordsage/SolverGrid.java:67 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getWordDirection() > Word.ACROSS) {" 141 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getName() == "*" || s.getLetter() == "") {" 142 crosswordsage/Grid.java:68 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( i, word.getLength() );" 143 crosswordsage/CrosswordSolver.java:245 m 1 public_void_mouseClicked:239 "for (int i = 0; i < clues.size(); i++) {" "for (int i = 0; ++i < clues.size(); i++) {" 144 crosswordsage/Square.java:284 m 1 public_void_setFontSize:282 "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, i ) );" "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, ~i ) );" 145 crosswordsage/SolverGrid.java:29 m 1 public_void_validate:25 "if (s.getWord() != null) {" "if (s.getWord() == null) {" 146 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart--, direction, length );" 147 crosswordsage/Grid.java:395 c 1 public_void_mouseClicked:389 "selectedSquare.setBackground( Color.WHITE );" "selectedSquare.setResetColour( Color.WHITE );" 148 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getWordDirection() + w.getLength(); i++) {" 149 crosswordsage/Square.java:45 c 0 NA "private java.awt.Color resetColour;" "private static java.awt.Color resetColour;" 150 crosswordsage/CrosswordCompiler.java:344 c 1 public_void_actionPerformed:332 "jList1.setSelectedIndex( 0 );" "jList1.setLayoutOrientation( 0 );" 151 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getY() + j );" 152 crosswordsage/Grid.java:493 m 1 public_void_keyTyped:490 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() != '\b') {" 153 crosswordsage/CrosswordSolver.java:37 c 0 NA "private javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" "private javax.swing.border.Border brdThinGrey;" 154 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getLetterIndexDown() != startSquare.getY()) {" 155 crosswordsage/Grid.java:59 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getWordDirection() == -Word.ACROSS) {" 156 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getWidth() );" 157 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setIgnoreRepaint( cbUseProxy.isSelected() );" 158 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getY(), w.getLength() );" 159 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i == rowEnd; i++, letterIndex++) {" 160 crosswordsage/SolverGrid.java:31 c 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWordAcross() == selectedWord || s.getWordAcross() == selectedWord) {" 161 crosswordsage/CrosswordCompiler.java:296 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 162 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getY() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 163 crosswordsage/Word.java:94 m 1 public_void_addLetter:92 "letters.set( index, s );" "letters.set( index--, s );" 164 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getX() ) );" 165 crosswordsage/SolverGrid.java:108 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 166 crosswordsage/CrosswordCompiler.java:283 c 1 private_void_jbInit:247 "btnSuggestWords.setText( "Suggest Word" );" "btnSuggestWords.setActionCommand( "Suggest Word" );" 167 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getWidth() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 168 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getClueIndex(); i++) {" 169 crosswordsage/Preferences.java:41 m 1 public_void_setUseProxy:39 "useProxy = b;" "useProxy = !b;" 170 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( ~i, j, Color.BLACK );" 171 crosswordsage/PreferenceScreen.java:120 c 1 private_void_jbInit:78 "tbUserName.setText( prefs.getProxyUserName() );" "tbUserName.setActionCommand( prefs.getProxyUserName() );" 172 crosswordsage/PreferenceScreen.java:19 c 0 NA "private crosswordsage.Preferences prefs;" "private static crosswordsage.Preferences prefs;" 173 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction-- == Word.DOWN) {" 174 crosswordsage/CrosswordCompiler.java:272 c 1 private_void_jbInit:247 "jList1.setMaximumSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" "jList1.setMinimumSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" 175 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setContentAreaFilled( prefs.getUseProxy() );" 176 crosswordsage/MainScreen.java:45 c 0 NA "private crosswordsage.CrosswordCompiler cc;" "private static crosswordsage.CrosswordCompiler cc;" 177 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response-- == JOptionPane.YES_OPTION) {" 178 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = (colEnd - colStart) / 1;" 179 crosswordsage/SolverGrid.java:108 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 180 crosswordsage/CrosswordCompiler.java:58 c 0 NA "private boolean doSaveCheck = false;" "private boolean doSaveCheck;" 181 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getToolTipText(), sq.getLetterIndexDown() );" 182 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i <= ++colEnd; i++, letterIndex++) {" 183 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexAcross() );" 184 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getWidth(), selectedSquare.getYPos() + 1 );" 185 crosswordsage/Grid.java:122 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), -letterIndex );" 186 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusTraversalKeysEnabled( true );" 187 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxyPassword( tbProxyName.getText() );" 188 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 189 crosswordsage/Square.java:259 m 1 public_int_getLetterIndexDown:257 "return letterIndexDown;" "return -letterIndexDown;" 190 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 191 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getLetterIndexDown() || sq.getY() < startSquare.getY()) {" 192 crosswordsage/SolverGrid.java:44 m 1 public_void_init:42 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 193 crosswordsage/CrosswordCompiler.java:309 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 194 crosswordsage/SolverGrid.java:102 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getToolTipText().equals( answerLetter.toUpperCase() )) {" 195 crosswordsage/Square.java:43 c 0 NA "private javax.swing.Box clueBox;" "private static javax.swing.Box clueBox;" 196 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getName(), sq.getLetterIndexDown() );" 197 crosswordsage/Square.java:249 m 1 public_int_getLetterIndexAcross:247 "return letterIndexAcross;" "return -letterIndexAcross;" 198 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= ++rowEnd; i++, letterIndex++) {" 199 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getLength(), w.getX() );" 200 crosswordsage/CrosswordSolver.java:276 c 1 public_void_mouseClicked:274 "crosswordsage.Clue c = (crosswordsage.Clue) jList1.getSelectedValue();" "crosswordsage.Clue c = (crosswordsage.Clue) jList1.getTreeLock();" 201 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( ~colStart, rowStart, direction, length );" 202 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getWidth() ) );" 203 crosswordsage/CrosswordCompiler.java:282 c 1 private_void_jbInit:247 "btnSuggestWords.setPreferredSize( new java.awt.Dimension( 103, 27 ) );" "btnSuggestWords.setMinimumSize( new java.awt.Dimension( 103, 27 ) );" 204 crosswordsage/WordSolverPanel.java:149 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i++ < anWords.size(); i++) {" 205 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getLetterIndexDown() < startSquare.getY()) {" 206 crosswordsage/Grid.java:171 m 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getClueIndex() > 0) {" 207 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart >= colEnd) {" 208 crosswordsage/CrosswordSolver.java:178 c 1 private_void_jbInit:167 "btnCheckSolution.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnCheckSolution.setMinimumSize( new java.awt.Dimension( 131, 27 ) );" 209 crosswordsage/CrosswordCompiler.java:405 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 210 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getWidth() ) );" 211 crosswordsage/Square.java:155 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 212 crosswordsage/Grid.java:278 c 1 public_void_writeClue:276 "java.lang.String s = JOptionPane.showInputDialog( "Please enter your clue.", selectedWord.getClue() );" "java.lang.String s = JOptionPane.showInputDialog( "Please enter your clue.", selectedWord.getWord() );" 213 crosswordsage/Grid.java:70 m 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( -letterIndex );" 214 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getClueIndex() + w.getLength(); i++) {" 215 crosswordsage/CrosswordCompiler.java:278 c 1 private_void_jbInit:247 "jScrollPane1.setMaximumSize( new java.awt.Dimension( 32767, 32767 ) );" "jScrollPane1.setPreferredSize( new java.awt.Dimension( 32767, 32767 ) );" 216 crosswordsage/CrosswordCompiler.java:337 c 1 public_void_actionPerformed:332 "if (e.getActionCommand() == btnDeleteWord.getActionCommand()) {" "if (e.getActionCommand() == btnDeleteWord.getName()) {" 217 crosswordsage/MainScreen.java:109 c 1 private_void_jbInit:85 "mFile.setText( "File" );" "mFile.setToolTipText( "File" );" 218 crosswordsage/CrosswordSolver.java:200 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 219 crosswordsage/CrosswordCompiler.java:264 c 1 private_void_jbInit:247 "btnGetClue.setText( "Get Clue" );" "btnGetClue.setToolTipText( "Get Clue" );" 220 crosswordsage/Grid.java:90 m 1 public_void_Build:82 "s.setFontSize( 220 / crossword.getWidth() );" "s.setFontSize( 220 + crossword.getWidth() );" 221 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size, size++ );" 222 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getLetterIndexDown() == y) {" 223 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getHeight() || sq.getY() < startSquare.getY()) {" 224 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i < colEnd; i++, letterIndex++) {" 225 crosswordsage/CrosswordCompiler.java:99 m 1 public_void_loadCrossword:85 "if (cw.getIsEditable() == true) {" "if (!cw.getIsEditable() == true) {" 226 crosswordsage/SolverGrid.java:71 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getWordDirection() == -Word.DOWN) {" 227 crosswordsage/CrosswordSolver.java:184 c 1 private_void_jbInit:167 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" 228 crosswordsage/Grid.java:170 m 1 public_void_setClueNumbers:156 "crosswordsage.Word w = (crosswordsage.Word) al.get( j );" "crosswordsage.Word w = (crosswordsage.Word) al.get( j-- );" 229 crosswordsage/CrosswordSolver.java:146 m 1 private_void_AddListeners:140 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 230 crosswordsage/Grid.java:120 c 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setClueNumber( letterIndex );" 231 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setFocusable( false );" 232 crosswordsage/Grid.java:68 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( i--, word.getX() );" 233 crosswordsage/CrosswordSolver.java:94 c 1 private_void_compileClues:68 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getWordDirection() );" 234 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + j, w.getWordDirection() );" 235 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getComponentCount() != startSquare.getY()) {" 236 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i % 1 );" 237 crosswordsage/SolverGrid.java:129 c 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null && s.getWordAcross() != null) {" 238 crosswordsage/CrosswordSolver.java:179 c 1 private_void_jbInit:167 "btnCheckSolution.setText( "Check Solution" );" "btnCheckSolution.setLabel( "Check Solution" );" 239 crosswordsage/Grid.java:290 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getY(), ~i );" 240 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setDoubleBuffered( true );" 241 crosswordsage/PreferenceScreen.java:88 c 1 private_void_jbInit:78 "tbProxyName.setText( "" );" "tbProxyName.setActionCommand( "" );" 242 crosswordsage/Utilities.java:48 m 1 public_static_java.util.ArrayList_getMatches:25 "if (word == null) {" "if (word != null) {" 243 crosswordsage/CrosswordSolver.java:99 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 244 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setEnabled( true );" 245 crosswordsage/CrosswordCompiler.java:189 m 1 private_void_compileClues:166 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( i++ );" 246 crosswordsage/CrosswordCompiler.java:317 c 1 private_void_jbInit:247 "jScrollPane1.getViewport().add( jList1 );" "jScrollPane1.getRowHeader().add( jList1 );" 247 crosswordsage/SolverGrid.java:63 m 1 public_void_revealWord:60 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 248 crosswordsage/CrosswordSolver.java:209 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 249 crosswordsage/Utilities.java:36 m 1 public_static_java.util.ArrayList_getMatches:25 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( i++ ) );" 250 crosswordsage/PreferenceScreen.java:89 c 1 private_void_jbInit:78 "tbProxyPort.setText( "" );" "tbProxyPort.setName( "" );" 251 crosswordsage/WordSolverPanel.java:84 c 1 private_void_jbInit:61 "tbAnagram.setPreferredSize( new java.awt.Dimension( 50, 21 ) );" "tbAnagram.setSize( new java.awt.Dimension( 50, 21 ) );" 252 crosswordsage/CrosswordCompiler.java:345 c 1 public_void_actionPerformed:332 "jScrollPane1.getVerticalScrollBar().setValue( 0 );" "jScrollPane1.getHorizontalScrollBar().setValue( 0 );" 253 crosswordsage/Grid.java:39 c 1 public_Grid:37 "this.crossword = cw;" "this.crossword = crossword;" 254 crosswordsage/CrosswordSolver.java:197 c 1 private_void_jbInit:167 "btnRevealWord.setText( "Reveal Selected Word" );" "btnRevealWord.setActionCommand( "Reveal Selected Word" );" 255 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getX() );" 256 crosswordsage/Square.java:96 m 1 public_int_getXPos:94 "return xPos;" "return xPos++;" 257 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getLetterIndexDown() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 258 crosswordsage/CrosswordCompiler.java:40 c 0 NA "private javax.swing.JButton btnGetClue = new javax.swing.JButton();" "private static javax.swing.JButton btnGetClue = new javax.swing.JButton();" 259 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction++ == Word.DOWN) {" 260 crosswordsage/CrosswordCompiler.java:291 c 1 private_void_jbInit:247 "btnWriteClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnWriteClue.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 261 crosswordsage/Grid.java:169 m 1 public_void_setClueNumbers:156 "for (int j = 0; j < al.size(); j++) {" "for (int j = 0; j-- < al.size(); j++) {" 262 crosswordsage/MainScreen.java:134 c 1 private_void_jbInit:85 "mainPanel.setBackground( new java.awt.Color( 174, 190, 212 ) );" "mainPanel.setForeground( new java.awt.Color( 174, 190, 212 ) );" 263 crosswordsage/Grid.java:421 c 1 public_void_mouseClicked:389 "sq.setBackground( Color.WHITE );" "sq.setForeground( Color.WHITE );" 264 crosswordsage/CrosswordSolver.java:186 c 1 private_void_jbInit:167 "jList1.setMaximumSize( new java.awt.Dimension( 2000, 2000 ) );" "jList1.setSize( new java.awt.Dimension( 2000, 2000 ) );" 265 crosswordsage/WordSolverPanel.java:146 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() > 0) {" 266 crosswordsage/Grid.java:298 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( i--, w.getX() );" 267 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getClue().charAt( s.getLetterIndexAcross() ) );" 268 crosswordsage/MainScreen.java:19 c 0 NA "protected javax.swing.JMenuBar jMenuBar1 = new javax.swing.JMenuBar();" "protected javax.swing.JMenuBar jMenuBar1;" 269 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction > Word.ACROSS) {" 270 crosswordsage/Grid.java:241 m 1 public_java.lang.String_getSelectedClue:238 "if (selectedWord != null) {" "if (selectedWord == null) {" 271 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 272 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (response <= JOptionPane.NO_OPTION) {" 273 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getHeight();" 274 crosswordsage/Preferences.java:13 c 0 NA "private boolean checkNewVersions = true;" "private static boolean checkNewVersions = true;" 275 crosswordsage/SolverGrid.java:44 m 1 public_void_init:42 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 276 crosswordsage/CrosswordSolver.java:205 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 277 crosswordsage/CrosswordCompiler.java:317 c 1 private_void_jbInit:247 "jScrollPane1.getViewport().add( jList1 );" "jScrollPane1.getColumnHeader().add( jList1 );" 278 crosswordsage/CrosswordCompiler.java:289 c 1 private_void_jbInit:247 "btnSetNumbers.setText( "Set Clue Numbers" );" "btnSetNumbers.setToolTipText( "Set Clue Numbers" );" 279 crosswordsage/MainScreen.java:113 c 1 private_void_jbInit:85 "mFile_Load.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile_Load.setForeground( new java.awt.Color( 199, 223, 236 ) );" 280 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxyPort(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" 281 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart >= rowEnd) {" 282 crosswordsage/WordSolverPanel.java:34 c 0 NA "private java.awt.BorderLayout borderLayout1 = new java.awt.BorderLayout();" "private java.awt.BorderLayout borderLayout1;" 283 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getHeight() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 284 crosswordsage/CrosswordSolver.java:102 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 285 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setRolloverEnabled( prefs.getCheckNewVersions() );" 286 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getHeight() < startSquare.getY()) {" 287 crosswordsage/Grid.java:135 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getName() != "") {" 288 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setFocusCycleRoot( cbUseProxy.isSelected() );" 289 crosswordsage/Word.java:109 m 1 public_int_getY:107 "return y;" "return y++;" 290 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setDragEnabled( false );" 291 crosswordsage/Grid.java:341 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 292 crosswordsage/Word.java:41 c 1 public_Word:38 "this.y = y;" "y = y;" 293 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( ~size, size );" 294 crosswordsage/SolverGrid.java:28 m 1 public_void_validate:25 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 295 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response != JOptionPane.CANCEL_OPTION) {" 296 crosswordsage/CrosswordCompiler.java:174 m 1 private_void_compileClues:166 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; --i < words.size(); i++) {" 297 crosswordsage/CrosswordCompiler.java:314 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 298 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (~j == 0) {" 299 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (++response == JOptionPane.CANCEL_OPTION) {" 300 crosswordsage/Square.java:254 m 1 public_void_setLetterIndexDown:252 "letterIndexDown = i;" "letterIndexDown = --i;" 301 crosswordsage/Grid.java:177 m 1 public_void_setClueNumbers:156 "clueNumber++;" "clueNumber--;" 302 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i-- ) == '*') {" 303 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart, ~i );" 304 crosswordsage/Word.java:141 m 1 private_void_syncLetters:137 "letters.set( i, String.valueOf( c ) );" "letters.set( i, String.valueOf( c++ ) );" 305 crosswordsage/MainScreen.java:388 m 1 public_void_actionPerformed:379 "if (e.getActionCommand() == "About") {" "if (e.getActionCommand() != "About") {" 306 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getXPos() ) );" 307 crosswordsage/Word.java:16 c 0 NA "private int y;" "private static int y;" 308 crosswordsage/CrosswordCompiler.java:266 c 1 private_void_jbInit:247 "btnDeleteWord.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnDeleteWord.setSize( new java.awt.Dimension( 131, 27 ) );" 309 crosswordsage/Grid.java:288 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 310 crosswordsage/Grid.java:66 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getWordDirection() <= Word.DOWN) {" 311 crosswordsage/WordSolverPanel.java:127 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( i++ ) );" 312 crosswordsage/WordSolverPanel.java:136 m 1 public_void_actionPerformed:106 "java.lang.String s2 = (java.lang.String) words.get( j );" "java.lang.String s2 = (java.lang.String) words.get( -j );" 313 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response > JOptionPane.YES_OPTION) {" 314 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getLength() + word.getLength(); i++, letterIndex++) {" 315 crosswordsage/SolverGrid.java:102 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getUIClassID().equals( answerLetter.toUpperCase() )) {" 316 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getWordDirection(); i++) {" 317 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setBorderPainted( prefs.getUseProxy() );" 318 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd - rowStart - 1;" 319 crosswordsage/CrosswordSolver.java:185 c 1 private_void_jbInit:167 "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" 320 crosswordsage/CrosswordSolver.java:78 m 1 private_void_compileClues:68 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( -i );" 321 crosswordsage/WordSolverPanel.java:48 c 0 NA "private javax.swing.border.Border border1 = BorderFactory.createLineBorder( Color.black, 2 );" "private static javax.swing.border.Border border1 = BorderFactory.createLineBorder( Color.black, 2 );" 322 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" 323 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (~response == JOptionPane.NO_OPTION) {" 324 crosswordsage/CrosswordSolver.java:177 c 1 private_void_jbInit:167 "btnCheckSolution.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnCheckSolution.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" 325 crosswordsage/WordSolverPanel.java:177 m 1 public_java.util.ArrayList_getAnagrams:160 "if (word == null) {" "if (word != null) {" 326 crosswordsage/MainScreen.java:102 c 1 private_void_jbInit:85 "mHelp.setText( "Help" );" "mHelp.setActionCommand( "Help" );" 327 crosswordsage/Grid.java:161 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ++i < words.size(); i++) {" 328 crosswordsage/Square.java:71 c 1 public_Square:51 "clueBox.setMinimumSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setMaximumSize( new java.awt.Dimension( 10, 10 ) );" 329 crosswordsage/Grid.java:60 m 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; --i < word.getX() + word.getLength(); i++, letterIndex++) {" 330 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( i--, colStart );" 331 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (~size >= 2 && size <= 20) {" 332 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response <= JOptionPane.YES_OPTION) {" 333 crosswordsage/SolverGrid.java:94 m 1 public_void_checkSolution:92 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 334 crosswordsage/Grid.java:134 m 1 public_void_CreateWord:96 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( letterIndex-- );" 335 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getUIClassID() == " " || s.getLetter() == "*" || s.getLetter() == "") {" 336 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; --i < length; i++) {" 337 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction == -Word.ACROSS) {" 338 crosswordsage/Grid.java:162 m 1 public_void_setClueNumbers:156 "crosswordsage.Word wd = (crosswordsage.Word) words.get( i );" "crosswordsage.Word wd = (crosswordsage.Word) words.get( i++ );" 339 crosswordsage/CrosswordSolver.java:193 c 1 private_void_jbInit:167 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setMinimumSize( new java.awt.Dimension( 100, 200 ) );" 340 crosswordsage/Grid.java:451 c 1 public_void_mouseEntered:446 "sq.setBackground( new java.awt.Color( 170, 255, 175 ) );" "sq.setResetColour( new java.awt.Color( 170, 255, 175 ) );" 341 crosswordsage/PreferenceScreen.java:92 c 1 private_void_jbInit:78 "tbPassword.setText( "" );" "tbPassword.setName( "" );" 342 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i++ - 1 );" 343 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getComponentCount() );" 344 crosswordsage/PreferenceScreen.java:35 c 0 NA "javax.swing.JLabel jLabel1 = new javax.swing.JLabel();" "javax.swing.JLabel jLabel1;" 345 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i % 1 );" 346 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusCycleRoot( true );" 347 crosswordsage/Grid.java:57 m 1 public_void_setCrossword:53 "for (int k = 0; k < words.size(); k++) {" "for (int k = 0; k < words.size(); k--) {" 348 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getDebugGraphicsOptions() );" 349 crosswordsage/CrosswordCompiler.java:407 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getY(), i++ );" 350 crosswordsage/WordSolverPanel.java:79 m 1 private_void_jbInit:61 "jTextArea1.setFont( new java.awt.Font( "Arial", Font.PLAIN, 12 ) );" "jTextArea1.setFont( new java.awt.Font( "Arial", -Font.PLAIN, 12 ) );" 351 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() / j, w.getX() );" 352 crosswordsage/CrosswordSolver.java:192 c 1 private_void_jbInit:167 "jScrollPane1.setMaximumSize( new java.awt.Dimension( 32767, 32767 ) );" "jScrollPane1.setSize( new java.awt.Dimension( 32767, 32767 ) );" 353 crosswordsage/MainScreen.java:59 c 0 NA "javax.swing.JMenu mEdit = new javax.swing.JMenu();" "javax.swing.JMenu mEdit;" 354 crosswordsage/CrosswordCompiler.java:401 c 1 public_void_mouseClicked:398 "java.lang.String s = (java.lang.String) jList1.getSelectedValue();" "java.lang.String s = (java.lang.String) jList1.getTreeLock();" 355 crosswordsage/CrosswordSolver.java:205 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 356 crosswordsage/PreferenceScreen.java:138 c 1 private_void_save:132 "prefs.setProxyPort( tbProxyPort.getText() );" "prefs.setProxyPassword( tbProxyPort.getText() );" 357 crosswordsage/PreferenceScreen.java:62 c 1 public_PreferenceScreen:60 "this.prefs = p;" "this.prefs = prefs;" 358 crosswordsage/CrosswordCompiler.java:202 c 1 private_void_compileClues:166 "acrossClues.append( w.getClue() + " (" + format + ")\n" );" "acrossClues.append( w.getWord() + " (" + format + ")\n" );" 359 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( --i - 1 );" 360 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getDebugGraphicsOptions();" 361 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response != JOptionPane.YES_OPTION) {" 362 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; --i <= rowEnd; i++, letterIndex++) {" 363 crosswordsage/CrosswordCompiler.java:179 m 1 private_void_compileClues:166 "words.add( index1, w2 );" "words.add( index1--, w2 );" 364 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getX() ) );" 365 crosswordsage/Square.java:158 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() <= Word.DOWN) {" 366 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i > colEnd; i++, letterIndex++) {" 367 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = ++colEnd - colStart + 1;" 368 crosswordsage/CrosswordCompiler.java:191 m 1 private_void_compileClues:166 "if (w.getFormat() != null) {" "if (w.getFormat() == null) {" 369 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getLetterIndexDown();" 370 crosswordsage/Grid.java:500 m 1 public_void_keyTyped:490 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; i-- < al.size(); i++) {" 371 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getComponentCount();" 372 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getX(); i++) {" 373 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, ~rowStart, direction, length );" 374 crosswordsage/Grid.java:43 c 1 public_Grid:37 "setLayout( new java.awt.GridLayout( cw.getHeight(), cw.getWidth() ) );" "setLayout( new java.awt.GridLayout( cw.getWidth(), cw.getWidth() ) );" 375 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() / j );" 376 crosswordsage/Grid.java:430 m 1 public_void_mouseClicked:389 "if (selectedWord != null) {" "if (selectedWord == null) {" 377 crosswordsage/MainScreen.java:118 c 1 private_void_jbInit:85 "mFile_SolveCrossword.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile_SolveCrossword.setForeground( new java.awt.Color( 199, 223, 236 ) );" 378 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getX() != startSquare.getY()) {" 379 crosswordsage/Grid.java:391 m 1 public_void_mouseClicked:389 "if (selectedSquare != null) {" "if (selectedSquare == null) {" 380 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( i, -j, Color.BLACK );" 381 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getClueIndex() + w.getLength(); i++) {" 382 crosswordsage/Grid.java:58 m 1 public_void_setCrossword:53 "crosswordsage.Word word = (crosswordsage.Word) words.get( k );" "crosswordsage.Word word = (crosswordsage.Word) words.get( k-- );" 383 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getComponentCount() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 384 crosswordsage/CrosswordSolver.java:17 c 0 NA "private static int MARGIN_GAP = 8;" "private int MARGIN_GAP = 8;" 385 crosswordsage/SolverGrid.java:62 m 1 public_void_revealWord:60 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 386 crosswordsage/Word.java:104 m 1 public_int_getX:102 "return x;" "return x++;" 387 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusTraversalPolicyProvider( true );" 388 crosswordsage/Grid.java:453 c 1 public_void_mouseEntered:446 "sq.setResetColour( sq.getBackground() );" "sq.setResetColour( sq.getResetColour() );" 389 crosswordsage/Crossword.java:56 m 1 public_int_getWidth:54 "return width;" "return width++;" 390 crosswordsage/Grid.java:21 c 0 NA "protected crosswordsage.Word selectedWord;" "protected static crosswordsage.Word selectedWord;" 391 crosswordsage/CrosswordCompiler.java:407 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getY(), -i );" 392 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd - ~rowStart + 1;" 393 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyPassword(), prefs.getProxyPassword() ) );" 394 crosswordsage/MainScreen.java:103 c 1 private_void_jbInit:85 "mHelp_About.setText( "About" );" "mHelp_About.setActionCommand( "About" );" 395 crosswordsage/Grid.java:165 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 396 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( --i ) == '*' || s.charAt( i ) == ' ') {" 397 crosswordsage/WordSolverPanel.java:216 m 1 public_java.util.ArrayList_getMatches:197 "while (b) {" "while (!b) {" 398 crosswordsage/Grid.java:70 m 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( letterIndex-- );" 399 crosswordsage/CrosswordCompiler.java:270 c 1 private_void_jbInit:247 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" 400 crosswordsage/WordSolverPanel.java:165 m 1 public_java.util.ArrayList_getAnagrams:160 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i++ < s.length(); i++) {" 401 crosswordsage/Square.java:158 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 402 crosswordsage/CrosswordCompiler.java:130 c 1 public_void_saveCrossword:121 "f.renameTo( new java.io.File( f.getAbsolutePath() + ".cws" ) );" "f.renameTo( new java.io.File( f.getPath() + ".cws" ) );" 403 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setFocusCycleRoot( cbUseProxy.isSelected() );" 404 crosswordsage/CrosswordCompiler.java:273 c 1 private_void_jbInit:247 "jList1.setMinimumSize( new java.awt.Dimension( 2, 17 ) );" "jList1.setSize( new java.awt.Dimension( 2, 17 ) );" 405 crosswordsage/CrosswordCompiler.java:189 m 1 private_void_compileClues:166 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( i-- );" 406 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response <= JOptionPane.YES_OPTION) {" 407 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setVisible( true );" 408 crosswordsage/Grid.java:296 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 409 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i != colEnd; i++, letterIndex++) {" 410 crosswordsage/Grid.java:121 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getName() != "") {" 411 crosswordsage/PreferenceScreen.java:137 c 1 private_void_save:132 "prefs.setProxyPassword( tbPassword.getText() );" "prefs.setProxyPort( tbPassword.getText() );" 412 crosswordsage/WordSolverPanel.java:120 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getToolTipText().toLowerCase() );" 413 crosswordsage/Square.java:155 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 414 crosswordsage/CrosswordSolver.java:175 c 1 private_void_jbInit:167 "boxButtons.setBackground( new java.awt.Color( 199, 223, 236 ) );" "boxButtons.setForeground( new java.awt.Color( 199, 223, 236 ) );" 415 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getLetterIndexAcross() == x && s2.getYPos() == y) {" 416 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size, size-- );" 417 crosswordsage/CrosswordSolver.java:146 m 1 private_void_AddListeners:140 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 418 crosswordsage/SolverGrid.java:110 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getName().equals( answerLetter.toUpperCase() )) {" 419 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (response++ == JOptionPane.NO_OPTION) {" 420 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getX(), w.getX() );" 421 crosswordsage/CrosswordSolver.java:186 c 1 private_void_jbInit:167 "jList1.setMaximumSize( new java.awt.Dimension( 2000, 2000 ) );" "jList1.setMinimumSize( new java.awt.Dimension( 2000, 2000 ) );" 422 crosswordsage/CrosswordCompiler.java:46 c 0 NA "private javax.swing.JButton btnWriteClue = new javax.swing.JButton();" "private javax.swing.JButton btnWriteClue;" 423 crosswordsage/CrosswordSolver.java:89 m 1 private_void_compileClues:68 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( i-- );" 424 crosswordsage/CrosswordSolver.java:242 m 1 public_void_mouseClicked:239 "if (s != null) {" "if (s == null) {" 425 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( i--, j, Color.BLACK );" 426 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getComponentCount() ) );" 427 crosswordsage/SolverGrid.java:94 m 1 public_void_checkSolution:92 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 428 crosswordsage/CrosswordCompiler.java:174 m 1 private_void_compileClues:166 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i++ < words.size(); i++) {" 429 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setVisible( cbUseProxy.isSelected() );" 430 crosswordsage/CrosswordCompiler.java:371 c 1 public_void_mouseClicked:369 "java.lang.String s = grid.getSelectedClue();" "java.lang.String s = grid.getToolTipText();" 431 crosswordsage/Grid.java:418 m 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() ^ sq.getY() < startSquare.getY()) {" 432 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getYPos() );" 433 crosswordsage/PreferenceScreen.java:91 c 1 private_void_jbInit:78 "tbUserName.setText( "" );" "tbUserName.setToolTipText( "" );" 434 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( -colStart, rowStart, direction, length );" 435 crosswordsage/Utilities.java:36 m 1 public_static_java.util.ArrayList_getMatches:25 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( -i ) );" 436 crosswordsage/Grid.java:66 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getWordDirection() < Word.DOWN) {" 437 crosswordsage/MainScreen.java:47 c 0 NA "private boolean crosswordCompilerActive = false;" "private static boolean crosswordCompilerActive = false;" 438 crosswordsage/Word.java:140 m 1 private_void_syncLetters:137 "char c = word.charAt( i );" "char c = word.charAt( ~i );" 439 crosswordsage/WordSolverPanel.java:143 m 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (tbAnagram.getText().equals( "" )) {" 440 crosswordsage/CrosswordCompiler.java:408 m 1 public_void_mouseClicked:398 "if (sq.getWordDown() != null) {" "if (sq.getWordDown() == null) {" 441 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getWidth() + 1 );" 442 crosswordsage/Square.java:254 m 1 public_void_setLetterIndexDown:252 "letterIndexDown = i;" "letterIndexDown = ++i;" 443 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getClueIndex() + j, w.getX() );" 444 crosswordsage/Grid.java:84 m 1 public_void_Build:82 "for (int i = 0; i < crossword.getHeight(); i++) {" "for (int i = 0; --i < crossword.getHeight(); i++) {" 445 crosswordsage/WordSolverPanel.java:144 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getSelectedText().toLowerCase() );" 446 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getComponentCount() );" 447 crosswordsage/SolverGrid.java:78 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getWordDirection() >= Word.ACROSS) {" 448 crosswordsage/Preferences.java:61 c 1 public_void_setProxyPort:59 "proxyPort = s;" "proxyPort = proxy;" 449 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setOpaque( false );" 450 crosswordsage/SolverGrid.java:108 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() <= Word.DOWN) {" 451 crosswordsage/SolverGrid.java:110 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getUIClassID().equals( answerLetter.toUpperCase() )) {" 452 crosswordsage/Word.java:46 c 1 public_Word:38 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < this.length; i++) {" 453 crosswordsage/Grid.java:187 c 1 private_void_formatSquare:185 "s.setBackground( Color.WHITE );" "s.setForeground( Color.WHITE );" 454 crosswordsage/Grid.java:316 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 455 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getWordDirection()) {" 456 crosswordsage/CrosswordCompiler.java:415 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( i, w.getLength() );" 457 crosswordsage/CrosswordCompiler.java:299 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 458 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getX()) {" 459 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getComponentCount() ) );" 460 crosswordsage/Crossword.java:51 m 1 public_int_getHeight:49 "return height;" "return height++;" 461 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; ++j < letters.size(); j++) {" 462 crosswordsage/Preferences.java:19 c 0 NA "private java.lang.String proxyPort = null;" "private static java.lang.String proxyPort = null;" 463 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + j, w.getY() );" 464 crosswordsage/Grid.java:136 c 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getUIClassID(), letterIndex );" 465 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getLetter() == "*" || s.getName() == "") {" 466 crosswordsage/MainScreen.java:125 c 1 private_void_jbInit:85 "mEdit.setText( "Edit" );" "mEdit.setLabel( "Edit" );" 467 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response-- == JOptionPane.CANCEL_OPTION) {" 468 crosswordsage/WordSolverPanel.java:133 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; --i < anWords.size(); i++) {" 469 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart == colEnd--) {" 470 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setEditable( cbUseProxy.isSelected() );" 471 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart-- == colEnd) {" 472 crosswordsage/Grid.java:61 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getY(), -i );" 473 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getX() );" 474 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getWidth() ) );" 475 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response == -JOptionPane.CANCEL_OPTION) {" 476 crosswordsage/MainScreen.java:307 c 1 private_void_checkSave:304 "if (cc.getDoSaveCheck()) {" "if (cc.getIgnoreRepaint()) {" 477 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getDebugGraphicsOptions() < startSquare.getY()) {" 478 crosswordsage/Grid.java:167 m 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (s.getIsBlank()) {" 479 crosswordsage/CrosswordCompiler.java:405 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 480 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart++, rowStart, direction, length );" 481 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setVerifyInputWhenFocusTarget( cbUseProxy.isSelected() );" 482 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i++ == JOptionPane.YES_OPTION) {" 483 crosswordsage/CrosswordCompiler.java:196 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 484 crosswordsage/SolverGrid.java:44 m 1 public_void_init:42 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 485 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxyPassword(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" 486 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - --colStart + 1;" 487 crosswordsage/CrosswordCompiler.java:282 c 1 private_void_jbInit:247 "btnSuggestWords.setPreferredSize( new java.awt.Dimension( 103, 27 ) );" "btnSuggestWords.setMaximumSize( new java.awt.Dimension( 103, 27 ) );" 488 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction > Word.DOWN) {" 489 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getLetter() == "*" || s.getUIClassID() == "") {" 490 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getWidth() ) );" 491 crosswordsage/Grid.java:120 m 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( ~letterIndex );" 492 crosswordsage/WordSolverPanel.java:127 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( -i ) );" 493 crosswordsage/CrosswordSolver.java:183 c 1 private_void_jbInit:167 "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" 494 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex--) {" 495 crosswordsage/CrosswordCompiler.java:311 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 496 crosswordsage/CrosswordSolver.java:228 m 1 public_void_actionPerformed:223 "if (e.getSource() == btnRevealWord) {" "if (e.getSource() != btnRevealWord) {" 497 crosswordsage/PreferenceScreen.java:117 c 1 private_void_jbInit:78 "tbPassword.setText( prefs.getProxyPassword() );" "tbPassword.setActionCommand( prefs.getProxyPassword() );" 498 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getX()) {" 499 crosswordsage/Square.java:158 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 500 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getLetterIndexDown();" 501 crosswordsage/SolverGrid.java:134 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() * 1, selectedSquare.getYPos() );" 502 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getX() + 1 );" 503 crosswordsage/Grid.java:63 c 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexDown( letterIndex );" 504 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i > JOptionPane.YES_OPTION) {" 505 crosswordsage/WordSolverPanel.java:89 c 1 private_void_jbInit:61 "jScrollPane1.getViewport().add( jTextArea1 );" "jScrollPane1.getRowHeader().add( jTextArea1 );" 506 crosswordsage/CrosswordCompiler.java:34 c 0 NA "private javax.swing.JScrollPane jScrollPane1 = new javax.swing.JScrollPane();" "private static javax.swing.JScrollPane jScrollPane1 = new javax.swing.JScrollPane();" 507 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( --i ) == '*') {" 508 crosswordsage/CrosswordCompiler.java:197 c 1 private_void_compileClues:166 "downClues.append( w.getClueIndex() + ". " );" "downClues.append( w.getWordDirection() + ". " );" 509 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < ~length; i++) {" 510 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size >= 2 ^ size <= 20) {" 511 crosswordsage/Square.java:106 m 1 public_void_setIsBlank:104 "isBlank = b;" "isBlank = !b;" 512 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getDebugGraphicsOptions() ) );" 513 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getX(); i++, letterIndex++) {" 514 crosswordsage/CrosswordCompiler.java:194 c 1 private_void_compileClues:166 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getY() );" 515 crosswordsage/Grid.java:229 m 1 public_crosswordsage.Square_findSquare:226 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 516 crosswordsage/Grid.java:66 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getWordDirection() != Word.DOWN) {" 517 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" 518 crosswordsage/MainScreen.java:119 c 1 private_void_jbInit:85 "mFile_NewCrossword.setText( "New Crossword" );" "mFile_NewCrossword.setActionCommand( "New Crossword" );" 519 crosswordsage/Grid.java:230 m 1 public_crosswordsage.Square_findSquare:226 "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i-- );" 520 crosswordsage/CrosswordSolver.java:198 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 521 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i-- - 1 );" 522 crosswordsage/Clue.java:54 c 1 public_java.lang.String_toString:50 "s = String.valueOf( word.getClueIndex() ) + ". " + clue;" "s = String.valueOf( word.getY() ) + ". " + clue;" 523 crosswordsage/Preferences.java:61 c 1 public_void_setProxyPort:59 "proxyPort = s;" "proxyPort = proxyPassword;" 524 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getToolTipText() == " " || s.getLetter() == "*" || s.getLetter() == "") {" 525 crosswordsage/CrosswordSolver.java:208 c 1 private_void_jbInit:167 "jScrollPane1.getViewport().add( jList1 );" "jScrollPane1.getColumnHeader().add( jList1 );" 526 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setFocusTraversalPolicyProvider( cbUseProxy.isSelected() );" 527 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setLetterIndexAcross( w.getClueIndex() );" 528 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setBorderPainted( prefs.getCheckNewVersions() );" 529 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; --j < letters.size(); j++) {" 530 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getComponentCount()) {" 531 crosswordsage/CrosswordCompiler.java:413 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 532 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i / 1 );" 533 crosswordsage/CrosswordCompiler.java:126 c 1 public_void_saveCrossword:121 "System.out.println( "JFileChooser gets " + chooser.getCurrentDirectory() );" "System.out.println( "JFileChooser gets " + chooser.getSelectedFile() );" 534 crosswordsage/CrosswordCompiler.java:279 c 1 private_void_jbInit:247 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setSize( new java.awt.Dimension( 100, 200 ) );" 535 crosswordsage/Grid.java:500 m 1 public_void_keyTyped:490 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; ~i < al.size(); i++) {" 536 crosswordsage/Grid.java:298 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( -i, w.getX() );" 537 crosswordsage/CrosswordCompiler.java:281 c 1 private_void_jbInit:247 "btnSuggestWords.setMaximumSize( new java.awt.Dimension( 103, 27 ) );" "btnSuggestWords.setMinimumSize( new java.awt.Dimension( 103, 27 ) );" 538 crosswordsage/MainScreen.java:162 c 1 private_void_BuildMenu:159 "mTools_Solve.setText( "Solve New Word" );" "mTools_Solve.setLabel( "Solve New Word" );" 539 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getX();" 540 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex--) {" 541 crosswordsage/WordSolverPanel.java:111 m 1 public_void_actionPerformed:106 "if (words.size() == 0) {" "if (words.size() > 0) {" 542 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setOpaque( true );" 543 crosswordsage/CrosswordSolver.java:17 c 0 NA "private static int MARGIN_GAP = 8;" "private static int MARGIN_GAP;" 544 crosswordsage/Square.java:64 c 1 public_Square:51 "lblLetter.setAlignmentX( 0f );" "lblLetter.setAlignmentY( 0f );" 545 crosswordsage/CrosswordCompiler.java:296 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 546 crosswordsage/CrosswordCompiler.java:307 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 547 crosswordsage/Grid.java:165 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 548 crosswordsage/Grid.java:292 c 1 public_void_hiLightSelectedWord:282 "s.setBackground( Color.PINK );" "s.setResetColour( Color.PINK );" 549 crosswordsage/Grid.java:298 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( i, w.getLength() );" 550 crosswordsage/CrosswordCompiler.java:413 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 551 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getLetterIndexDown() + 1, selectedSquare.getYPos() );" 552 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setOpaque( prefs.getUseProxy() );" 553 crosswordsage/WordSolverPanel.java:146 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() != 0) {" 554 crosswordsage/SolverGrid.java:135 c 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null && s.getWordDown() != null) {" 555 crosswordsage/Grid.java:172 m 1 public_void_setClueNumbers:156 "w.setClueIndex( clueNumber );" "w.setClueIndex( clueNumber-- );" 556 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getWidth() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 557 crosswordsage/MainScreen.java:162 c 1 private_void_BuildMenu:159 "mTools_Solve.setText( "Solve New Word" );" "mTools_Solve.setName( "Solve New Word" );" 558 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i ) <= '*') {" 559 crosswordsage/Word.java:104 m 1 public_int_getX:102 "return x;" "return ~x;" 560 crosswordsage/PreferenceScreen.java:41 c 0 NA "javax.swing.Box box4 = Box.createHorizontalBox();" "javax.swing.Box box4;" 561 crosswordsage/CrosswordSolver.java:179 c 1 private_void_jbInit:167 "btnCheckSolution.setText( "Check Solution" );" "btnCheckSolution.setActionCommand( "Check Solution" );" 562 crosswordsage/Square.java:244 m 1 public_void_setLetterIndexAcross:242 "letterIndexAcross = i;" "letterIndexAcross = --i;" 563 crosswordsage/Grid.java:63 c 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setFontSize( letterIndex );" 564 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getLetterIndexDown() + 1 );" 565 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxyUserName(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" 566 crosswordsage/WordSolverPanel.java:111 m 1 public_void_actionPerformed:106 "if (words.size() == 0) {" "if (words.size() != 0) {" 567 crosswordsage/CrosswordSolver.java:247 c 1 public_void_mouseClicked:239 "if (grid.getSelectedClue() == c.getClue()) {" "if (grid.getUIClassID() == c.getClue()) {" 568 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; ++i <= colEnd; i++, letterIndex++) {" 569 crosswordsage/WordSolverPanel.java:126 c 1 public_void_actionPerformed:106 "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getText() )) {" "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getToolTipText() )) {" 570 crosswordsage/Square.java:155 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 571 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j > 0) {" 572 crosswordsage/WordSolverPanel.java:114 m 1 public_void_actionPerformed:106 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i-- < words.size(); i++) {" 573 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response > JOptionPane.YES_OPTION) {" 574 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getLetterIndexDown() );" 575 crosswordsage/CrosswordSolver.java:205 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 576 crosswordsage/WordSolverPanel.java:143 c 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (!tbAnagram.getUIClassID().equals( "" )) {" 577 crosswordsage/CrosswordCompiler.java:262 c 1 private_void_jbInit:247 "btnGetClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnGetClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" 578 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i-- < word.getY() + word.getLength(); i++, letterIndex++) {" 579 crosswordsage/CrosswordCompiler.java:416 m 1 public_void_mouseClicked:398 "if (sq.getWordAcross() != null) {" "if (sq.getWordAcross() == null) {" 580 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getY(); i++, letterIndex++) {" 581 crosswordsage/MainScreen.java:102 c 1 private_void_jbInit:85 "mHelp.setText( "Help" );" "mHelp.setLabel( "Help" );" 582 crosswordsage/SolverGrid.java:127 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getWordDirection() > Word.ACROSS) {" 583 crosswordsage/Grid.java:120 c 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexDown( letterIndex );" 584 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 585 crosswordsage/Grid.java:505 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 586 crosswordsage/CrosswordSolver.java:211 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 587 crosswordsage/CrosswordSolver.java:184 c 1 private_void_jbInit:167 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" 588 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getName() == " " || s.getLetter() == "*" || s.getLetter() == "") {" 589 crosswordsage/Grid.java:449 m 1 public_void_mouseEntered:446 "if (doSelectEnd || doSelectStart) {" "if (doSelectEnd && doSelectStart) {" 590 crosswordsage/SolverGrid.java:94 m 1 public_void_checkSolution:92 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 591 crosswordsage/CrosswordCompiler.java:316 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 592 crosswordsage/Grid.java:361 c 1 public_void_repopulateWords:309 "s.setBackground( Color.RED );" "s.setResetColour( Color.RED );" 593 crosswordsage/CrosswordCompiler.java:26 c 0 NA "private javax.swing.Box clueBox;" "private static javax.swing.Box clueBox;" 594 crosswordsage/Grid.java:300 c 1 public_void_hiLightSelectedWord:282 "s.setBackground( Color.PINK );" "s.setResetColour( Color.PINK );" 595 crosswordsage/Grid.java:502 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 596 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getX() ) );" 597 crosswordsage/CrosswordCompiler.java:48 c 0 NA "private javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" "private javax.swing.border.Border brdThinGrey;" 598 crosswordsage/WordSolverPanel.java:71 c 1 private_void_jbInit:61 "jTextField1.setText( "" );" "jTextField1.setName( "" );" 599 crosswordsage/MainScreen.java:132 c 1 private_void_jbInit:85 "mFile_Preferences.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile_Preferences.setForeground( new java.awt.Color( 199, 223, 236 ) );" 600 crosswordsage/CrosswordCompiler.java:201 c 1 private_void_compileClues:166 "acrossClues.append( w.getClueIndex() + ". " );" "acrossClues.append( w.getLength() + ". " );" 601 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ++i - 1 );" 602 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart, i++ );" 603 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length-- );" 604 crosswordsage/Crossword.java:56 m 1 public_int_getWidth:54 "return width;" "return ~width;" 605 crosswordsage/CrosswordCompiler.java:179 m 1 private_void_compileClues:166 "words.add( index1, w2 );" "words.add( index1++, w2 );" 606 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setVisible( false );" 607 crosswordsage/CrosswordCompiler.java:337 c 1 public_void_actionPerformed:332 "if (e.getActionCommand() == btnDeleteWord.getActionCommand()) {" "if (e.getActionCommand() == btnDeleteWord.getToolTipText()) {" 608 crosswordsage/PreferenceScreen.java:139 c 1 private_void_save:132 "prefs.setProxyUserName( tbUserName.getText() );" "prefs.setProxyUserName( tbUserName.getName() );" 609 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getWordDirection() + j, w.getX() );" 610 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getX() ) );" 611 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getDebugGraphicsOptions() == x && s2.getYPos() == y) {" 612 crosswordsage/CrosswordFileHandler.java:25 c 1 public_static_crosswordsage.Crossword_loadCrossword:21 "java.io.File f = chooser.getSelectedFile();" "java.io.File f = chooser.getCurrentDirectory();" 613 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getDebugGraphicsOptions() );" 614 crosswordsage/CrosswordSolver.java:35 c 0 NA "private javax.swing.JButton btnCheckSolution = new javax.swing.JButton();" "private static javax.swing.JButton btnCheckSolution = new javax.swing.JButton();" 615 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getY();" 616 crosswordsage/SolverGrid.java:128 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() / 1 );" 617 crosswordsage/Crossword.java:56 m 1 public_int_getWidth:54 "return width;" "return width--;" 618 crosswordsage/CrosswordCompiler.java:271 c 1 private_void_jbInit:247 "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setSize( new java.awt.Dimension( 500, 500 ) );" 619 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getDebugGraphicsOptions() || sq.getY() < startSquare.getY()) {" 620 crosswordsage/Grid.java:298 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( i++, w.getX() );" 621 crosswordsage/Grid.java:134 m 1 public_void_CreateWord:96 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( -letterIndex );" 622 crosswordsage/CrosswordCompiler.java:415 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( ~i, w.getX() );" 623 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getX()) {" 624 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setVerifyInputWhenFocusTarget( prefs.getCheckNewVersions() );" 625 crosswordsage/PreferenceScreen.java:139 c 1 private_void_save:132 "prefs.setProxyUserName( tbUserName.getText() );" "prefs.setProxyUserName( tbUserName.getToolTipText() );" 626 crosswordsage/MainScreen.java:129 c 1 private_void_jbInit:85 "mTools_Version.setText( "Check Version" );" "mTools_Version.setLabel( "Check Version" );" 627 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getToolTipText(), s.getLetterIndexDown() );" 628 crosswordsage/Grid.java:109 m 1 public_void_CreateWord:96 "direction = Word.DOWN;" "direction = -Word.DOWN;" 629 crosswordsage/Clue.java:12 c 0 NA "private java.lang.String clue;" "private static java.lang.String clue;" 630 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getX();" 631 crosswordsage/CrosswordCompiler.java:416 c 1 public_void_mouseClicked:398 "if (sq.getWordAcross() != null) {" "if (sq.getNextWord() != null) {" 632 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getWidth() );" 633 crosswordsage/WordSolverPanel.java:79 m 1 private_void_jbInit:61 "jTextArea1.setFont( new java.awt.Font( "Arial", Font.PLAIN, 12 ) );" "jTextArea1.setFont( new java.awt.Font( "Arial", -Font.PLAIN, 12 ) );" 634 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + --j, w.getX() );" 635 crosswordsage/SolverGrid.java:100 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 636 crosswordsage/CrosswordCompiler.java:130 c 1 public_void_saveCrossword:121 "f.renameTo( new java.io.File( f.getAbsolutePath() + ".cws" ) );" "f.renameTo( new java.io.File( f.getName() + ".cws" ) );" 637 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i >= JOptionPane.YES_OPTION) {" 638 crosswordsage/CrosswordCompiler.java:293 c 1 private_void_jbInit:247 "btnWriteClue.setText( "Write Clue" );" "btnWriteClue.setLabel( "Write Clue" );" 639 crosswordsage/SolverGrid.java:71 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getY() == Word.DOWN) {" 640 crosswordsage/SolverGrid.java:63 m 1 public_void_revealWord:60 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 641 crosswordsage/Grid.java:124 c 1 public_void_CreateWord:96 "if (s.getWordDown() != null) {" "if (s.getWordAcross() != null) {" 642 crosswordsage/PreferenceScreen.java:27 c 0 NA "javax.swing.JTextField tbProxyPort = new javax.swing.JTextField();" "javax.swing.JTextField tbProxyPort;" 643 crosswordsage/CrosswordSolver.java:179 c 1 private_void_jbInit:167 "btnCheckSolution.setText( "Check Solution" );" "btnCheckSolution.setToolTipText( "Check Solution" );" 644 crosswordsage/Grid.java:84 m 1 public_void_Build:82 "for (int i = 0; i < crossword.getHeight(); i++) {" "for (int i = 0; i-- < crossword.getHeight(); i++) {" 645 crosswordsage/CrosswordCompiler.java:129 c 1 public_void_saveCrossword:121 "if (!f.getAbsolutePath().endsWith( ".cws" )) {" "if (!f.getParent().endsWith( ".cws" )) {" 646 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getClueIndex(); i++, letterIndex++) {" 647 crosswordsage/Grid.java:171 m 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getClueIndex() < 0) {" 648 crosswordsage/Grid.java:269 m 1 private_void_dissociateSquares:266 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 649 crosswordsage/Preferences.java:23 c 0 NA "private java.lang.String proxyPassword = null;" "private java.lang.String proxyPassword;" 650 crosswordsage/Crossword.java:34 c 1 public_Crossword:31 "this.width = width;" "width = width;" 651 crosswordsage/Word.java:32 c 0 NA "private java.lang.String format = null;" "private static java.lang.String format = null;" 652 crosswordsage/SolverGrid.java:65 c 1 public_void_revealWord:60 "crosswordsage.Word wa = s.getWordAcross();" "crosswordsage.Word wa = s.getNextWord();" 653 crosswordsage/Grid.java:170 m 1 public_void_setClueNumbers:156 "crosswordsage.Word w = (crosswordsage.Word) al.get( j );" "crosswordsage.Word w = (crosswordsage.Word) al.get( -j );" 654 crosswordsage/Grid.java:502 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 655 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getLetterIndexAcross() != startSquare.getY()) {" 656 crosswordsage/CrosswordCompiler.java:314 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 657 crosswordsage/WordSolverPanel.java:50 c 0 NA "private java.io.File f;" "private static java.io.File f;" 658 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getDebugGraphicsOptions();" 659 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getDebugGraphicsOptions(), selectedSquare.getYPos() + 1 );" 660 crosswordsage/Square.java:187 m 1 public_crosswordsage.Word_getNextWord:176 "if (!directionSwitch) {" "if (directionSwitch) {" 661 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getHeight() );" 662 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getY()) {" 663 crosswordsage/CrosswordCompiler.java:30 c 0 NA "private crosswordsage.Crossword cw;" "private static crosswordsage.Crossword cw;" 664 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getLength() + w.getLength(); i++) {" 665 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getY() );" 666 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getUIClassID() == "*" || s.getLetter() == "") {" 667 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (response-- == JOptionPane.NO_OPTION) {" 668 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size++ >= 2 && size <= 20) {" 669 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= --rowEnd; i++, letterIndex++) {" 670 crosswordsage/CrosswordCompiler.java:405 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 671 crosswordsage/Grid.java:297 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); --i < w.getY() + w.getLength(); i++) {" 672 crosswordsage/Grid.java:414 m 1 public_void_mouseClicked:389 "if (doSelectEnd) {" "if (!doSelectEnd) {" 673 crosswordsage/CrosswordSolver.java:130 m 1 private_void_sortClueList:120 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i-- );" 674 crosswordsage/Grid.java:161 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ~i < words.size(); i++) {" 675 crosswordsage/Grid.java:232 c 1 public_crosswordsage.Square_findSquare:226 "s = s2;" "s = selectedSquare;" 676 crosswordsage/WordSolverPanel.java:133 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; ~i < anWords.size(); i++) {" 677 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getWordDirection() + word.getLength(); i++, letterIndex++) {" 678 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getLength() + w.getLength(); i++) {" 679 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getYPos() == y++) {" 680 crosswordsage/PreferenceScreen.java:120 c 1 private_void_jbInit:78 "tbUserName.setText( prefs.getProxyUserName() );" "tbUserName.setText( prefs.getProxy() );" 681 crosswordsage/MainScreen.java:121 c 1 private_void_jbInit:85 "mAction.setText( "Action" );" "mAction.setName( "Action" );" 682 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( -i, colStart );" 683 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setRequestFocusEnabled( cbUseProxy.isSelected() );" 684 crosswordsage/Grid.java:314 m 1 public_void_repopulateWords:309 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( i-- );" 685 crosswordsage/Grid.java:407 c 1 public_void_mouseClicked:389 "sq.setIsBlank( false );" "sq.setIsCorrect( false );" 686 crosswordsage/Square.java:74 c 1 public_Square:51 "midBox.setMinimumSize( new java.awt.Dimension( 20, 20 ) );" "midBox.setMaximumSize( new java.awt.Dimension( 20, 20 ) );" 687 crosswordsage/CrosswordSolver.java:209 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 688 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getNextWord().addLetter( s.getLetter(), s.getLetterIndexDown() );" 689 crosswordsage/CrosswordCompiler.java:337 c 1 public_void_actionPerformed:332 "if (e.getActionCommand() == btnDeleteWord.getActionCommand()) {" "if (e.getActionCommand() == btnDeleteWord.getUIClassID()) {" 690 crosswordsage/CrosswordCompiler.java:278 c 1 private_void_jbInit:247 "jScrollPane1.setMaximumSize( new java.awt.Dimension( 32767, 32767 ) );" "jScrollPane1.setMinimumSize( new java.awt.Dimension( 32767, 32767 ) );" 691 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart < rowEnd) {" 692 crosswordsage/SolverGrid.java:44 m 1 public_void_init:42 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 693 crosswordsage/CrosswordSolver.java:211 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 694 crosswordsage/WordSolverPanel.java:42 c 0 NA "private javax.swing.JTextField tbAnagram = new javax.swing.JTextField();" "private javax.swing.JTextField tbAnagram;" 695 crosswordsage/CrosswordSolver.java:128 m 1 private_void_sortClueList:120 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i++ < words.size(); i++) {" 696 crosswordsage/MainScreen.java:21 c 0 NA "javax.swing.JMenu mTools = new javax.swing.JMenu();" "javax.swing.JMenu mTools;" 697 crosswordsage/SolverGrid.java:110 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getToolTipText().equals( answerLetter.toUpperCase() )) {" 698 crosswordsage/CrosswordCompiler.java:128 c 1 public_void_saveCrossword:121 "java.io.File f = chooser.getSelectedFile();" "java.io.File f = chooser.getCurrentDirectory();" 699 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getY() );" 700 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getYPos() == ++y) {" 701 crosswordsage/SolverGrid.java:135 c 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null && s.getWordAcross() != null) {" 702 crosswordsage/Grid.java:453 c 1 public_void_mouseEntered:446 "sq.setResetColour( sq.getBackground() );" "sq.setResetColour( sq.getForeground() );" 703 crosswordsage/PreferenceScreen.java:149 m 1 public_void_actionPerformed:146 "if (e.getSource() == btnSave) {" "if (e.getSource() != btnSave) {" 704 crosswordsage/MainScreen.java:267 m 1 protected_void_publishCrossword:265 "int response = JOptionPane.showConfirmDialog( null, "A published crossword can be solved but not edited. Are you sure you want to continue?", null, JOptionPane.YES_NO_OPTION );" "int response = JOptionPane.showConfirmDialog( null, "A published crossword can be solved but not edited. Are you sure you want to continue?", null, -JOptionPane.YES_NO_OPTION );" 705 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getX()) {" 706 crosswordsage/Word.java:43 c 1 public_Word:38 "this.length = length;" "this.length = this.length;" 707 crosswordsage/CrosswordCompiler.java:415 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( i, w.getY() );" 708 crosswordsage/CrosswordSolver.java:76 m 1 private_void_compileClues:68 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; --i < words.size(); i++) {" 709 crosswordsage/Grid.java:351 c 1 public_void_repopulateWords:309 "s.setBackground( Color.WHITE );" "s.setForeground( Color.WHITE );" 710 crosswordsage/CrosswordSolver.java:208 c 1 private_void_jbInit:167 "jScrollPane1.getViewport().add( jList1 );" "jScrollPane1.getRowHeader().add( jList1 );" 711 crosswordsage/Grid.java:230 m 1 public_crosswordsage.Square_findSquare:226 "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( ~i );" 712 crosswordsage/CrosswordSolver.java:39 c 0 NA "private javax.swing.border.Border brdMedBlack = BorderFactory.createLineBorder( Color.BLACK, 2 );" "private javax.swing.border.Border brdMedBlack;" 713 crosswordsage/Square.java:216 m 1 public_java.util.ArrayList_getWords:210 "if (wordDown != null) {" "if (wordDown == null) {" 714 crosswordsage/SolverGrid.java:27 m 1 public_void_validate:25 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 715 crosswordsage/SolverGrid.java:71 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getWordDirection() > Word.DOWN) {" 716 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getLetterIndexAcross() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 717 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( i++, j, Color.BLACK );" 718 crosswordsage/PreferenceScreen.java:137 c 1 private_void_save:132 "prefs.setProxyPassword( tbPassword.getText() );" "prefs.setProxyPassword( tbPassword.getName() );" 719 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; i < al.size(); i--) {" 720 crosswordsage/Word.java:109 m 1 public_int_getY:107 "return y;" "return ~y;" 721 crosswordsage/Grid.java:505 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 722 crosswordsage/CrosswordCompiler.java:100 c 1 public_void_loadCrossword:85 "grid = new crosswordsage.Grid( cw );" "grid = new crosswordsage.SolverGrid( cw );" 723 crosswordsage/SolverGrid.java:129 c 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null && s.getWordDown() != null) {" 724 crosswordsage/Square.java:101 m 1 public_int_getYPos:99 "return yPos;" "return -yPos;" 725 crosswordsage/Grid.java:70 m 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( letterIndex++ );" 726 crosswordsage/SolverGrid.java:186 m 1 public_void_keyTyped:183 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() <= '\b') {" 727 crosswordsage/CrosswordCompiler.java:149 c 1 public_void_print:143 "cp.setTitle( title );" "cp.setDownClues( title );" 728 crosswordsage/Grid.java:341 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 729 crosswordsage/Grid.java:393 c 1 public_void_mouseClicked:389 "selectedSquare.setBackground( Color.BLACK );" "selectedSquare.setResetColour( Color.BLACK );" 730 crosswordsage/WordSolverPanel.java:38 c 0 NA "private javax.swing.Box box2 = Box.createVerticalBox();" "private static javax.swing.Box box2 = Box.createVerticalBox();" 731 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getY() );" 732 crosswordsage/Grid.java:229 m 1 public_crosswordsage.Square_findSquare:226 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 733 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setOpaque( false );" 734 crosswordsage/CrosswordSolver.java:241 c 1 public_void_mouseClicked:239 "java.lang.String s = grid.getSelectedClue();" "java.lang.String s = grid.getToolTipText();" 735 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( i, j--, Color.BLACK );" 736 crosswordsage/PreferenceScreen.java:137 c 1 private_void_save:132 "prefs.setProxyPassword( tbPassword.getText() );" "prefs.setProxyUserName( tbPassword.getText() );" 737 crosswordsage/CrosswordSolver.java:102 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 738 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getX() );" 739 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response == -JOptionPane.YES_OPTION) {" 740 crosswordsage/CrosswordSolver.java:214 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 741 crosswordsage/CrosswordSolver.java:193 c 1 private_void_jbInit:167 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setMaximumSize( new java.awt.Dimension( 100, 200 ) );" 742 crosswordsage/CrosswordSolver.java:88 m 1 private_void_compileClues:68 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i < words.size(); i--) {" 743 crosswordsage/WordSolverPanel.java:78 c 1 private_void_jbInit:61 "jScrollPane1.setVerticalScrollBarPolicy( JScrollPane.VERTICAL_SCROLLBAR_ALWAYS );" "jScrollPane1.setHorizontalScrollBarPolicy( JScrollPane.VERTICAL_SCROLLBAR_ALWAYS );" 744 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getClue().charAt( s.getLetterIndexDown() ) );" 745 crosswordsage/CrosswordCompiler.java:293 c 1 private_void_jbInit:247 "btnWriteClue.setText( "Write Clue" );" "btnWriteClue.setToolTipText( "Write Clue" );" 746 crosswordsage/WordSolverPanel.java:166 m 1 public_java.util.ArrayList_getAnagrams:160 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( i++ ) );" 747 crosswordsage/Grid.java:260 m 1 private_void_blankSquares:257 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 748 crosswordsage/Square.java:279 m 1 public_boolean_getIsCorrect:277 "return isCorrect;" "return !isCorrect;" 749 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getXPos() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 750 crosswordsage/PreferenceScreen.java:88 c 1 private_void_jbInit:78 "tbProxyName.setText( "" );" "tbProxyName.setName( "" );" 751 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getDebugGraphicsOptions() != startSquare.getY()) {" 752 crosswordsage/MainScreen.java:105 c 1 private_void_jbInit:85 "mHelp_About.setActionCommand( "About" );" "mHelp_About.setText( "About" );" 753 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction < Word.ACROSS) {" 754 crosswordsage/Clue.java:53 m 1 public_java.lang.String_toString:50 "if (!isHeader) {" "if (isHeader) {" 755 crosswordsage/PreferenceScreen.java:118 c 1 private_void_jbInit:78 "tbProxyName.setText( prefs.getProxy() );" "tbProxyName.setToolTipText( prefs.getProxy() );" 756 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getX();" 757 crosswordsage/Square.java:96 m 1 public_int_getXPos:94 "return xPos;" "return -xPos;" 758 crosswordsage/CrosswordSolver.java:81 m 1 private_void_compileClues:68 "words.add( index1, w2 );" "words.add( index1--, w2 );" 759 crosswordsage/Grid.java:90 m 1 public_void_Build:82 "s.setFontSize( 220 / crossword.getWidth() );" "s.setFontSize( 220 - crossword.getWidth() );" 760 crosswordsage/WordSolverPanel.java:74 c 1 private_void_jbInit:61 "jButton1.setToolTipText( "" );" "jButton1.setName( "" );" 761 crosswordsage/MainScreen.java:165 c 1 private_void_BuildMenu:159 "mTools.setActionCommand( "Solve" );" "mTools.setText( "Solve" );" 762 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setDragEnabled( cbUseProxy.isSelected() );" 763 crosswordsage/Grid.java:169 m 1 public_void_setClueNumbers:156 "for (int j = 0; j < al.size(); j++) {" "for (int j = 0; ~j < al.size(); j++) {" 764 crosswordsage/Grid.java:167 c 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (!s.getVerifyInputWhenFocusTarget()) {" 765 crosswordsage/WordSolverPanel.java:120 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getSelectedText().toLowerCase() );" 766 crosswordsage/Grid.java:502 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 767 crosswordsage/WordSolverPanel.java:120 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getName().toLowerCase() );" 768 crosswordsage/Grid.java:161 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i < words.size(); i--) {" 769 crosswordsage/PreferenceScreen.java:139 c 1 private_void_save:132 "prefs.setProxyUserName( tbUserName.getText() );" "prefs.setProxy( tbUserName.getText() );" 770 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setAutoscrolls( prefs.getCheckNewVersions() );" 771 crosswordsage/Crossword.java:46 m 1 public_void_setIsEditable:44 "isEditable = b;" "isEditable = !b;" 772 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxyUserName( tbProxyName.getText() );" 773 crosswordsage/CrosswordCompiler.java:318 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 774 crosswordsage/Grid.java:341 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 775 crosswordsage/CrosswordSolver.java:102 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 776 crosswordsage/CrosswordCompiler.java:196 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 777 crosswordsage/MainScreen.java:232 m 1 protected_void_showCrosswordBuilder:216 "JOptionPane.showMessageDialog( null, "Please enter a numerical value between 2 and 20", null, JOptionPane.ERROR_MESSAGE );" "JOptionPane.showMessageDialog( null, "Please enter a numerical value between 2 and 20", null, -JOptionPane.ERROR_MESSAGE );" 778 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setDragEnabled( cbUseProxy.isSelected() );" 779 crosswordsage/WordSolverPanel.java:202 m 1 public_java.util.ArrayList_getMatches:197 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i++ < s.length(); i++) {" 780 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j >= 0) {" 781 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setAutoscrolls( false );" 782 crosswordsage/Square.java:141 m 1 public_void_setClueNumber:139 "lblClue.setText( String.valueOf( i ) );" "lblClue.setText( String.valueOf( ~i ) );" 783 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getComponentCount() ) );" 784 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getFormat().charAt( s.getLetterIndexAcross() ) );" 785 crosswordsage/Grid.java:166 m 1 public_void_setClueNumbers:156 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 786 crosswordsage/Grid.java:505 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 787 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getWordDirection()) {" 788 crosswordsage/WordSolverPanel.java:73 c 1 private_void_jbInit:61 "jButton1.setPreferredSize( new java.awt.Dimension( 150, 27 ) );" "jButton1.setMaximumSize( new java.awt.Dimension( 150, 27 ) );" 789 crosswordsage/Grid.java:85 m 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; j < crossword.getWidth(); j--) {" 790 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, -direction, length );" 791 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getY(), w.getClueIndex() );" 792 crosswordsage/CrosswordCompiler.java:196 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 793 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, -rowStart, direction, length );" 794 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < ++length; i++) {" 795 crosswordsage/MainScreen.java:307 c 1 private_void_checkSave:304 "if (cc.getDoSaveCheck()) {" "if (cc.getAutoscrolls()) {" 796 crosswordsage/Grid.java:85 m 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; ~j < crossword.getWidth(); j++) {" 797 crosswordsage/Square.java:155 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 798 crosswordsage/CrosswordCompiler.java:224 m 1 private_void_AddListeners:214 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 799 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getLetterIndexAcross();" 800 crosswordsage/Grid.java:165 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 801 crosswordsage/CrosswordCompiler.java:298 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 802 crosswordsage/SolverGrid.java:102 c 1 public_void_checkSolution:92 "if (s.getLetter().equals( answerLetter.toUpperCase() )) {" "if (s.getName().equals( answerLetter.toUpperCase() )) {" 803 crosswordsage/WordSolverPanel.java:42 c 0 NA "private javax.swing.JTextField tbAnagram = new javax.swing.JTextField();" "private static javax.swing.JTextField tbAnagram = new javax.swing.JTextField();" 804 crosswordsage/Square.java:73 c 1 public_Square:51 "midBox.setPreferredSize( new java.awt.Dimension( 20, 20 ) );" "midBox.setMaximumSize( new java.awt.Dimension( 20, 20 ) );" 805 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setEnabled( false );" 806 crosswordsage/Grid.java:66 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getWordDirection() > Word.DOWN) {" 807 crosswordsage/Word.java:94 m 1 public_void_addLetter:92 "letters.set( index, s );" "letters.set( -index, s );" 808 crosswordsage/MainScreen.java:107 c 1 private_void_jbInit:85 "mHelp_Instructions.setText( "Instructions" );" "mHelp_Instructions.setLabel( "Instructions" );" 809 crosswordsage/WordSolverPanel.java:136 m 1 public_void_actionPerformed:106 "java.lang.String s2 = (java.lang.String) words.get( j );" "java.lang.String s2 = (java.lang.String) words.get( j++ );" 810 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; j < letters.size(); j--) {" 811 crosswordsage/Grid.java:345 m 1 public_void_repopulateWords:309 "java.lang.String let = (java.lang.String) letters.get( j );" "java.lang.String let = (java.lang.String) letters.get( -j );" 812 crosswordsage/CrosswordCompiler.java:224 m 1 private_void_AddListeners:214 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 813 crosswordsage/MainScreen.java:65 c 0 NA "javax.swing.JMenuItem mFile_Preferences = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mFile_Preferences;" 814 crosswordsage/CrosswordSolver.java:35 c 0 NA "private javax.swing.JButton btnCheckSolution = new javax.swing.JButton();" "private javax.swing.JButton btnCheckSolution;" 815 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusTraversalKeysEnabled( true );" 816 crosswordsage/CrosswordCompiler.java:269 c 1 private_void_jbInit:247 "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setSize( new java.awt.Dimension( 500, 500 ) );" 817 crosswordsage/SolverGrid.java:127 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getX() == Word.ACROSS) {" 818 crosswordsage/WordSolverPanel.java:89 c 1 private_void_jbInit:61 "jScrollPane1.getViewport().add( jTextArea1 );" "jScrollPane1.getColumnHeader().add( jTextArea1 );" 819 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getWidth();" 820 crosswordsage/Grid.java:354 c 1 public_void_repopulateWords:309 "s.setBackground( Color.PINK );" "s.setResetColour( Color.PINK );" 821 crosswordsage/Grid.java:326 c 1 public_void_repopulateWords:309 "s.setBackground( Color.WHITE );" "s.setForeground( Color.WHITE );" 822 crosswordsage/WordSolverPanel.java:149 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; --i < anWords.size(); i++) {" 823 crosswordsage/CrosswordSolver.java:81 m 1 private_void_compileClues:68 "words.add( index1, w2 );" "words.add( -index1, w2 );" 824 crosswordsage/CrosswordCompiler.java:200 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 825 crosswordsage/Square.java:31 c 0 NA "private crosswordsage.Word wordAcross = null;" "private static crosswordsage.Word wordAcross = null;" 826 crosswordsage/CrosswordCompiler.java:403 c 1 public_void_mouseClicked:398 "w.setWord( s );" "w.setFormat( s );" 827 crosswordsage/MainScreen.java:267 m 1 protected_void_publishCrossword:265 "int response = JOptionPane.showConfirmDialog( null, "A published crossword can be solved but not edited. Are you sure you want to continue?", null, JOptionPane.YES_NO_OPTION );" "int response = JOptionPane.showConfirmDialog( null, "A published crossword can be solved but not edited. Are you sure you want to continue?", null, -JOptionPane.YES_NO_OPTION );" 828 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction++ == Word.ACROSS) {" 829 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getXPos()) {" 830 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getY();" 831 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction--, length );" 832 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart++, i );" 833 crosswordsage/CrosswordCompiler.java:196 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getClueIndex() == Word.DOWN) {" 834 crosswordsage/SolverGrid.java:32 c 1 public_void_validate:25 "s.setBackground( Color.PINK );" "s.setResetColour( Color.PINK );" 835 crosswordsage/Square.java:284 m 1 public_void_setFontSize:282 "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, i ) );" "lblLetter.setFont( new java.awt.Font( "Arial", -Font.BOLD, i ) );" 836 crosswordsage/Square.java:101 m 1 public_int_getYPos:99 "return yPos;" "return yPos++;" 837 crosswordsage/Grid.java:279 c 1 public_void_writeClue:276 "selectedWord.setClue( s );" "selectedWord.setFormat( s );" 838 crosswordsage/Square.java:73 c 1 public_Square:51 "midBox.setPreferredSize( new java.awt.Dimension( 20, 20 ) );" "midBox.setMinimumSize( new java.awt.Dimension( 20, 20 ) );" 839 crosswordsage/CrosswordSolver.java:27 c 0 NA "private javax.swing.Box boxButtons;" "private static javax.swing.Box boxButtons;" 840 crosswordsage/CrosswordCompiler.java:301 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 841 crosswordsage/WordSolverPanel.java:114 m 1 public_void_actionPerformed:106 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i < words.size(); i--) {" 842 crosswordsage/Grid.java:59 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getWordDirection() < Word.ACROSS) {" 843 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getClueIndex() + w.getLength(); i++) {" 844 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction < Word.DOWN) {" 845 crosswordsage/Preferences.java:19 c 0 NA "private java.lang.String proxyPort = null;" "private java.lang.String proxyPort;" 846 crosswordsage/Square.java:21 c 0 NA "private int xPos;" "private static int xPos;" 847 crosswordsage/CrosswordSolver.java:51 c 1 public_CrosswordSolver:45 "grid.setCrossword( cw );" "grid.setCrossword( this.cw );" 848 crosswordsage/CrosswordSolver.java:89 m 1 private_void_compileClues:68 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( i++ );" 849 crosswordsage/CrosswordCompiler.java:314 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 850 crosswordsage/WordSolverPanel.java:165 m 1 public_java.util.ArrayList_getAnagrams:160 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i < s.length(); i--) {" 851 crosswordsage/Grid.java:501 m 1 public_void_keyTyped:490 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( i++ );" 852 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getY() );" 853 crosswordsage/CrosswordCompiler.java:196 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 854 crosswordsage/MainScreen.java:228 m 1 protected_void_showCrosswordBuilder:216 "JOptionPane.showMessageDialog( null, "Crosswords must be between 2 and 20 squares in width", null, JOptionPane.ERROR_MESSAGE );" "JOptionPane.showMessageDialog( null, "Crosswords must be between 2 and 20 squares in width", null, -JOptionPane.ERROR_MESSAGE );" 855 crosswordsage/Square.java:158 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 856 crosswordsage/CrosswordSolver.java:247 c 1 public_void_mouseClicked:239 "if (grid.getSelectedClue() == c.getClue()) {" "if (grid.getName() == c.getClue()) {" 857 crosswordsage/CrosswordCompiler.java:406 m 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i++ < w.getX() + w.getLength(); i++) {" 858 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setLetterIndexDown( w.getClueIndex() );" 859 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getClueIndex() + word.getLength(); i++, letterIndex++) {" 860 crosswordsage/PreferenceScreen.java:15 c 0 NA "javax.swing.JCheckBox cbNewerVersions = new javax.swing.JCheckBox();" "javax.swing.JCheckBox cbNewerVersions;" 861 crosswordsage/CrosswordSolver.java:212 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 862 crosswordsage/Grid.java:166 m 1 public_void_setClueNumbers:156 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( ~i );" 863 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getX(); i++) {" 864 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setVerifyInputWhenFocusTarget( false );" 865 crosswordsage/Square.java:41 c 0 NA "private javax.swing.Box midBox;" "private static javax.swing.Box midBox;" 866 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' || s.charAt( ++i ) == ' ') {" 867 crosswordsage/MainScreen.java:117 c 1 private_void_jbInit:85 "mFile_SolveCrossword.setText( "Load Crossword to Solve" );" "mFile_SolveCrossword.setActionCommand( "Load Crossword to Solve" );" 868 crosswordsage/CrosswordCompiler.java:318 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 869 crosswordsage/Grid.java:70 m 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexDown( ~letterIndex );" 870 crosswordsage/PreferenceScreen.java:90 c 1 private_void_jbInit:78 "cbUseProxy.setText( "Use proxy server" );" "cbUseProxy.setLabel( "Use proxy server" );" 871 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getLength()) {" 872 crosswordsage/Grid.java:135 m 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getLetter() == "") {" 873 crosswordsage/CrosswordCompiler.java:225 m 1 private_void_AddListeners:214 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 874 crosswordsage/CrosswordCompiler.java:408 c 1 public_void_mouseClicked:398 "if (sq.getWordDown() != null) {" "if (sq.getWordAcross() != null) {" 875 crosswordsage/MainScreen.java:161 c 1 private_void_BuildMenu:159 "mTools.setText( "Tools" );" "mTools.setToolTipText( "Tools" );" 876 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getX() );" 877 crosswordsage/CrosswordSolver.java:182 c 1 private_void_jbInit:167 "btnRevealWord.setPreferredSize( new java.awt.Dimension( 160, 27 ) );" "btnRevealWord.setMinimumSize( new java.awt.Dimension( 160, 27 ) );" 878 crosswordsage/CrosswordCompiler.java:314 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 879 crosswordsage/Square.java:259 m 1 public_int_getLetterIndexDown:257 "return letterIndexDown;" "return letterIndexDown--;" 880 crosswordsage/CrosswordCompiler.java:312 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 881 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getYPos(), selectedSquare.getYPos() + 1 );" 882 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j >= 0) {" 883 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getLetter() == "*" || s.getName() == "") {" 884 crosswordsage/Grid.java:171 m 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getClueIndex() >= 0) {" 885 crosswordsage/Grid.java:260 m 1 private_void_blankSquares:257 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 886 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = -colEnd - colStart + 1;" 887 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart == ~rowEnd) {" 888 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i++ ) == '*') {" 889 crosswordsage/Grid.java:505 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 890 crosswordsage/Square.java:71 c 1 public_Square:51 "clueBox.setMinimumSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setSize( new java.awt.Dimension( 10, 10 ) );" 891 crosswordsage/MainScreen.java:108 c 1 private_void_jbInit:85 "mFile.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile.setForeground( new java.awt.Color( 199, 223, 236 ) );" 892 crosswordsage/WordSolverPanel.java:166 m 1 public_java.util.ArrayList_getAnagrams:160 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( ~i ) );" 893 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size++, size );" 894 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getLetterIndexAcross()) {" 895 crosswordsage/Grid.java:409 c 1 public_void_mouseClicked:389 "startSquare.setBackground( Color.BLUE );" "startSquare.setResetColour( Color.BLUE );" 896 crosswordsage/Grid.java:270 c 1 private_void_dissociateSquares:266 "if (s.getIsBlank()) {" "if (s.getIgnoreRepaint()) {" 897 crosswordsage/MainScreen.java:124 c 1 private_void_jbInit:85 "mAction_Publish.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mAction_Publish.setForeground( new java.awt.Color( 199, 223, 236 ) );" 898 crosswordsage/MainScreen.java:117 c 1 private_void_jbInit:85 "mFile_SolveCrossword.setText( "Load Crossword to Solve" );" "mFile_SolveCrossword.setToolTipText( "Load Crossword to Solve" );" 899 crosswordsage/CrosswordCompiler.java:291 c 1 private_void_jbInit:247 "btnWriteClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnWriteClue.setSize( new java.awt.Dimension( 100, 27 ) );" 900 crosswordsage/Square.java:158 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 901 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setFocusTraversalPolicyProvider( false );" 902 crosswordsage/Grid.java:120 c 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setFontSize( letterIndex );" 903 crosswordsage/MainScreen.java:125 c 1 private_void_jbInit:85 "mEdit.setText( "Edit" );" "mEdit.setName( "Edit" );" 904 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getYPos() || sq.getY() < startSquare.getY()) {" 905 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, ~direction, length );" 906 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setFocusCycleRoot( false );" 907 crosswordsage/CrosswordSolver.java:96 c 1 private_void_compileClues:68 "java.lang.String strClue = w.getClue() + " (" + format + ")";" "java.lang.String strClue = w.getWord() + " (" + format + ")";" 908 crosswordsage/WordSolverPanel.java:133 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i < anWords.size(); i--) {" 909 crosswordsage/Grid.java:380 m 1 public_void_removeListeners:377 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 910 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart == rowEnd--) {" 911 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getWidth();" 912 crosswordsage/Grid.java:319 m 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if ((s.getLetter() == " " || s.getLetter() == "*") && s.getLetter() == "") {" 913 crosswordsage/MainScreen.java:115 c 1 private_void_jbInit:85 "mFile_Print.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mFile_Print.setForeground( new java.awt.Color( 199, 223, 236 ) );" 914 crosswordsage/Grid.java:58 m 1 public_void_setCrossword:53 "crosswordsage.Word word = (crosswordsage.Word) words.get( k );" "crosswordsage.Word word = (crosswordsage.Word) words.get( -k );" 915 crosswordsage/CrosswordCompiler.java:400 c 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getModifiersEx() == 2) {" 916 crosswordsage/CrosswordCompiler.java:264 c 1 private_void_jbInit:247 "btnGetClue.setText( "Get Clue" );" "btnGetClue.setActionCommand( "Get Clue" );" 917 crosswordsage/SolverGrid.java:97 m 1 public_void_checkSolution:92 "if (s.getLetter() != " ") {" "if (s.getLetter() == " ") {" 918 crosswordsage/CrosswordCompiler.java:322 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 919 crosswordsage/MainScreen.java:308 m 1 private_void_checkSave:304 "int response = JOptionPane.showConfirmDialog( null, "You currently have an open crossword you are building. \nWould you like to save before closing?", "Save?", JOptionPane.YES_NO_CANCEL_OPTION );" "int response = JOptionPane.showConfirmDialog( null, "You currently have an open crossword you are building. \nWould you like to save before closing?", "Save?", -JOptionPane.YES_NO_CANCEL_OPTION );" 920 crosswordsage/CrosswordSolver.java:99 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getClueIndex() == Word.DOWN) {" 921 crosswordsage/Grid.java:105 m 1 public_void_CreateWord:96 "direction = Word.ACROSS;" "direction = -Word.ACROSS;" 922 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd - ++rowStart + 1;" 923 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getDebugGraphicsOptions()) {" 924 crosswordsage/Preferences.java:23 c 0 NA "private java.lang.String proxyPassword = null;" "private static java.lang.String proxyPassword = null;" 925 crosswordsage/MainScreen.java:23 c 0 NA "javax.swing.JMenuItem mTools_Solve = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mTools_Solve;" 926 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (~direction == Word.DOWN) {" 927 crosswordsage/Square.java:49 c 0 NA "private boolean isCorrect = true;" "private static boolean isCorrect = true;" 928 crosswordsage/WordSolverPanel.java:115 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) words.get( i ) );" "jTextArea1.append( (java.lang.String) words.get( i-- ) );" 929 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setRolloverEnabled( prefs.getUseProxy() );" 930 crosswordsage/Grid.java:134 c 1 public_void_CreateWord:96 "s.setLetterIndexDown( letterIndex );" "s.setFontSize( letterIndex );" 931 crosswordsage/MainScreen.java:116 c 1 private_void_jbInit:85 "mFile_Print.setText( "Print Crossword" );" "mFile_Print.setToolTipText( "Print Crossword" );" 932 crosswordsage/Grid.java:292 c 1 public_void_hiLightSelectedWord:282 "s.setBackground( Color.PINK );" "s.setForeground( Color.PINK );" 933 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getLetterIndexDown() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 934 crosswordsage/CrosswordCompiler.java:320 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 935 crosswordsage/SolverGrid.java:100 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 936 crosswordsage/SolverGrid.java:97 c 1 public_void_checkSolution:92 "if (s.getLetter() != " ") {" "if (s.getUIClassID() != " ") {" 937 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart, i-- );" 938 crosswordsage/PreferenceScreen.java:29 c 0 NA "javax.swing.JCheckBox cbUseProxy = new javax.swing.JCheckBox();" "javax.swing.JCheckBox cbUseProxy;" 939 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getLength(), w.getX() + j );" 940 crosswordsage/Grid.java:120 m 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( letterIndex-- );" 941 crosswordsage/Grid.java:63 c 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setClueNumber( letterIndex );" 942 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= ~rowEnd; i++, letterIndex++) {" 943 crosswordsage/CrosswordCompiler.java:258 c 1 private_void_jbInit:247 "btnAddWord.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnAddWord.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 944 crosswordsage/Word.java:89 m 1 public_int_getWordDirection:87 "return wordDirection;" "return -wordDirection;" 945 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i ) > '*') {" 946 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i <= ~colEnd; i++, letterIndex++) {" 947 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxy(), prefs.getProxyPassword() ) );" 948 crosswordsage/MainScreen.java:161 c 1 private_void_BuildMenu:159 "mTools.setText( "Tools" );" "mTools.setLabel( "Tools" );" 949 crosswordsage/Word.java:26 c 0 NA "private int clueIndex;" "private static int clueIndex;" 950 crosswordsage/Grid.java:505 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 951 crosswordsage/PreferenceScreen.java:120 c 1 private_void_jbInit:78 "tbUserName.setText( prefs.getProxyUserName() );" "tbUserName.setToolTipText( prefs.getProxyUserName() );" 952 crosswordsage/WordSolverPanel.java:143 c 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (!tbAnagram.getSelectedText().equals( "" )) {" 953 crosswordsage/WordSolverPanel.java:175 m 1 public_java.util.ArrayList_getAnagrams:160 "while (b) {" "while (!b) {" 954 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getHeight() );" 955 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getY() && sq.getY() != startSquare.getY()) {" 956 crosswordsage/PreferenceScreen.java:117 c 1 private_void_jbInit:78 "tbPassword.setText( prefs.getProxyPassword() );" "tbPassword.setName( prefs.getProxyPassword() );" 957 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getComponentCount() == y) {" 958 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setFocusPainted( prefs.getCheckNewVersions() );" 959 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxy( tbProxyName.getUIClassID() );" 960 crosswordsage/WordSolverPanel.java:122 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() < 0) {" 961 crosswordsage/SolverGrid.java:111 c 1 public_void_checkSolution:92 "s.setIsCorrect( true );" "s.setIsBlank( true );" 962 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setVerifyInputWhenFocusTarget( prefs.getUseProxy() );" 963 crosswordsage/WordSolverPanel.java:28 c 0 NA "private javax.swing.JScrollPane jScrollPane1 = null;" "private javax.swing.JScrollPane jScrollPane1;" 964 crosswordsage/WordSolverPanel.java:149 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; ~i < anWords.size(); i++) {" 965 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getXPos() != startSquare.getY()) {" 966 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' && s.charAt( i ) == ' ') {" 967 crosswordsage/Word.java:114 m 1 public_void_setClueIndex:112 "clueIndex = i;" "clueIndex = --i;" 968 crosswordsage/CrosswordCompiler.java:400 m 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getClickCount() != 2) {" 969 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" 970 crosswordsage/Word.java:141 m 1 private_void_syncLetters:137 "letters.set( i, String.valueOf( c ) );" "letters.set( -i, String.valueOf( c ) );" 971 crosswordsage/SolverGrid.java:62 m 1 public_void_revealWord:60 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 972 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getX(); i++) {" 973 crosswordsage/CrosswordCompiler.java:88 c 1 public_void_loadCrossword:85 "System.out.println( "JFileChooser tries " + ioDir.getAbsolutePath() );" "System.out.println( "JFileChooser tries " + ioDir.getParent() );" 974 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getX()) {" 975 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length++ );" 976 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getYPos() == x && s2.getYPos() == y) {" 977 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd++ - colStart + 1;" 978 crosswordsage/Grid.java:260 m 1 private_void_blankSquares:257 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( ~i );" 979 crosswordsage/CrosswordCompiler.java:303 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 980 crosswordsage/Grid.java:63 m 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( letterIndex++ );" 981 crosswordsage/Square.java:33 c 0 NA "private crosswordsage.Word wordDown = null;" "private crosswordsage.Word wordDown;" 982 crosswordsage/CrosswordCompiler.java:301 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 983 crosswordsage/Crossword.java:34 c 1 public_Crossword:31 "this.width = width;" "this.width = this.width;" 984 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i-- <= colEnd; i++, letterIndex++) {" 985 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; i-- < length; i++) {" 986 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getComponentCount() && sq.getY() != startSquare.getY()) {" 987 crosswordsage/Crossword.java:35 c 1 public_Crossword:31 "this.height = height;" "this.height = this.height;" 988 crosswordsage/Grid.java:288 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 989 crosswordsage/CrosswordCompiler.java:189 m 1 private_void_compileClues:166 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( -i );" 990 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getWordDirection(), w.getX() + j );" 991 crosswordsage/Grid.java:171 c 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getLength() == 0) {" 992 crosswordsage/CrosswordCompiler.java:334 m 1 public_void_actionPerformed:332 "if (e.getActionCommand() == "Add Word") {" "if (e.getActionCommand() != "Add Word") {" 993 crosswordsage/MainScreen.java:165 c 1 private_void_BuildMenu:159 "mTools.setActionCommand( "Solve" );" "mTools.setName( "Solve" );" 994 crosswordsage/PreferenceScreen.java:137 c 1 private_void_save:132 "prefs.setProxyPassword( tbPassword.getText() );" "prefs.setProxyPassword( tbPassword.getUIClassID() );" 995 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getClueIndex(); i++) {" 996 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getUIClassID(), s.getLetterIndexDown() );" 997 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setAutoscrolls( cbUseProxy.isSelected() );" 998 crosswordsage/MainScreen.java:385 m 1 public_void_actionPerformed:379 "if (e.getSource() == mFile_NewCrossword) {" "if (e.getSource() != mFile_NewCrossword) {" 999 crosswordsage/CrosswordCompiler.java:400 m 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getClickCount() < 2) {" 1000 crosswordsage/Grid.java:438 m 1 public_void_mouseClicked:389 "if (selectedWord != null) {" "if (selectedWord == null) {" 1001 crosswordsage/CrosswordCompiler.java:372 m 1 public_void_mouseClicked:369 "if (s != null) {" "if (s == null) {" 1002 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getHeight() + 1, selectedSquare.getYPos() );" 1003 crosswordsage/CrosswordSolver.java:48 c 1 public_CrosswordSolver:45 "this.cw = cw;" "cw = cw;" 1004 crosswordsage/CrosswordCompiler.java:416 c 1 public_void_mouseClicked:398 "if (sq.getWordAcross() != null) {" "if (sq.getWordDown() != null) {" 1005 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( -i, j, Color.BLACK );" 1006 crosswordsage/Grid.java:425 c 1 public_void_mouseClicked:389 "startSquare.setBackground( Color.WHITE );" "startSquare.setResetColour( Color.WHITE );" 1007 crosswordsage/MainScreen.java:255 c 1 protected_void_loadCrossword:250 "mFile_Save.setEnabled( true );" "mFile_Save.setArmed( true );" 1008 crosswordsage/Grid.java:122 c 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getUIClassID(), letterIndex );" 1009 crosswordsage/Clue.java:54 c 1 public_java.lang.String_toString:50 "s = String.valueOf( word.getClueIndex() ) + ". " + clue;" "s = String.valueOf( word.getX() ) + ". " + clue;" 1010 crosswordsage/SolverGrid.java:97 c 1 public_void_checkSolution:92 "if (s.getLetter() != " ") {" "if (s.getToolTipText() != " ") {" 1011 crosswordsage/CrosswordCompiler.java:318 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 1012 crosswordsage/CrosswordCompiler.java:258 c 1 private_void_jbInit:247 "btnAddWord.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnAddWord.setSize( new java.awt.Dimension( 100, 27 ) );" 1013 crosswordsage/MainScreen.java:111 c 1 private_void_jbInit:85 "mFile_Save.setEnabled( false );" "mFile_Save.setArmed( false );" 1014 crosswordsage/CrosswordCompiler.java:400 c 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getX() == 2) {" 1015 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setIgnoreRepaint( prefs.getCheckNewVersions() );" 1016 crosswordsage/Square.java:224 c 1 public_java.lang.String_getLetter:222 "return lblLetter.getText();" "return lblLetter.getName();" 1017 crosswordsage/WordSolverPanel.java:165 m 1 public_java.util.ArrayList_getAnagrams:160 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; --i < s.length(); i++) {" 1018 crosswordsage/Preferences.java:51 c 1 public_void_setProxy:49 "this.proxy = s;" "this.proxy = proxyPassword;" 1019 crosswordsage/Crossword.java:41 m 1 public_boolean_getIsEditable:39 "return isEditable;" "return !isEditable;" 1020 crosswordsage/Grid.java:66 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getClueIndex() == Word.DOWN) {" 1021 crosswordsage/Grid.java:429 c 1 public_void_mouseClicked:389 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWordAcross();" 1022 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (--response == JOptionPane.NO_OPTION) {" 1023 crosswordsage/Square.java:155 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 1024 crosswordsage/Grid.java:329 c 1 public_void_repopulateWords:309 "s.setBackground( Color.PINK );" "s.setResetColour( Color.PINK );" 1025 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getLetterIndexAcross();" 1026 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getLetterIndexDown()) {" 1027 crosswordsage/WordSolverPanel.java:149 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i < anWords.size(); i--) {" 1028 crosswordsage/MainScreen.java:99 c 1 private_void_jbInit:85 "mTools.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mTools.setForeground( new java.awt.Color( 199, 223, 236 ) );" 1029 crosswordsage/CrosswordSolver.java:99 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 1030 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size-- >= 2 && size <= 20) {" 1031 crosswordsage/Grid.java:290 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getClueIndex(), i );" 1032 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setDragEnabled( cbUseProxy.isSelected() );" 1033 crosswordsage/CrosswordSolver.java:31 c 0 NA "private javax.swing.JList jList1 = new javax.swing.JList();" "private static javax.swing.JList jList1 = new javax.swing.JList();" 1034 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getLetterIndexAcross() + 1, selectedSquare.getYPos() );" 1035 crosswordsage/MainScreen.java:127 c 1 private_void_jbInit:85 "mEdit_Split.setText( "Split Word" );" "mEdit_Split.setName( "Split Word" );" 1036 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; ~j < letters.size(); j++) {" 1037 crosswordsage/SolverGrid.java:82 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getLength() == Word.DOWN) {" 1038 crosswordsage/WordSolverPanel.java:84 c 1 private_void_jbInit:61 "tbAnagram.setPreferredSize( new java.awt.Dimension( 50, 21 ) );" "tbAnagram.setMinimumSize( new java.awt.Dimension( 50, 21 ) );" 1039 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getYPos() == ~y) {" 1040 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (direction != Word.DOWN) {" 1041 crosswordsage/SolverGrid.java:133 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getClueIndex() == Word.DOWN) {" 1042 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setVerifyInputWhenFocusTarget( cbUseProxy.isSelected() );" 1043 crosswordsage/CrosswordSolver.java:245 m 1 public_void_mouseClicked:239 "for (int i = 0; i < clues.size(); i++) {" "for (int i = 0; i-- < clues.size(); i++) {" 1044 crosswordsage/WordSolverPanel.java:111 m 1 public_void_actionPerformed:106 "if (words.size() == 0) {" "if (words.size() < 0) {" 1045 crosswordsage/CrosswordCompiler.java:129 c 1 public_void_saveCrossword:121 "if (!f.getAbsolutePath().endsWith( ".cws" )) {" "if (!f.getPath().endsWith( ".cws" )) {" 1046 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getHeight()) {" 1047 crosswordsage/CrosswordCompiler.java:54 c 0 NA "private java.lang.StringBuffer acrossClues;" "private static java.lang.StringBuffer acrossClues;" 1048 crosswordsage/SolverGrid.java:64 c 1 public_void_revealWord:60 "crosswordsage.Word wd = s.getWordDown();" "crosswordsage.Word wd = s.getNextWord();" 1049 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < length; i--) {" 1050 crosswordsage/Grid.java:335 m 1 public_void_repopulateWords:309 "if (s == selectedSquare) {" "if (s != selectedSquare) {" 1051 crosswordsage/Grid.java:63 m 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( ~letterIndex );" 1052 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getWidth() + 1, selectedSquare.getYPos() );" 1053 crosswordsage/Grid.java:213 m 1 public_void_setDoSelectEnd:211 "doSelectEnd = b;" "doSelectEnd = !b;" 1054 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getClueIndex(); i++, letterIndex++) {" 1055 crosswordsage/Grid.java:297 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getLength(); i--) {" 1056 crosswordsage/CrosswordSolver.java:133 m 1 private_void_sortClueList:120 "words.add( index1, w2 );" "words.add( index1++, w2 );" 1057 crosswordsage/Grid.java:270 c 1 private_void_dissociateSquares:266 "if (s.getIsBlank()) {" "if (s.getFocusTraversalKeysEnabled()) {" 1058 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getX() == y) {" 1059 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( i, ~colStart );" 1060 crosswordsage/Grid.java:502 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 1061 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setIgnoreRepaint( cbUseProxy.isSelected() );" 1062 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i <= --colEnd; i++, letterIndex++) {" 1063 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i % 1 );" 1064 crosswordsage/WordSolverPanel.java:24 c 0 NA "private javax.swing.JTextField jTextField1 = new javax.swing.JTextField();" "private javax.swing.JTextField jTextField1;" 1065 crosswordsage/Preferences.java:17 c 0 NA "private java.lang.String proxy = null;" "private static java.lang.String proxy = null;" 1066 crosswordsage/Grid.java:105 m 1 public_void_CreateWord:96 "direction = Word.ACROSS;" "direction = -Word.ACROSS;" 1067 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i ) != '*') {" 1068 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setText( prefs.getProxy() );" 1069 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (--i == JOptionPane.YES_OPTION) {" 1070 crosswordsage/Square.java:47 c 0 NA "private boolean directionSwitch = false;" "private boolean directionSwitch;" 1071 crosswordsage/CrosswordSolver.java:185 c 1 private_void_jbInit:167 "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" 1072 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' || s.charAt( --i ) == ' ') {" 1073 crosswordsage/Grid.java:320 m 1 public_void_repopulateWords:309 "java.lang.String let = (java.lang.String) letters.get( j );" "java.lang.String let = (java.lang.String) letters.get( j-- );" 1074 crosswordsage/PreferenceScreen.java:118 c 1 private_void_jbInit:78 "tbProxyName.setText( prefs.getProxy() );" "tbProxyName.setText( prefs.getProxyUserName() );" 1075 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < length; i--) {" 1076 crosswordsage/WordSolverPanel.java:81 c 1 private_void_jbInit:61 "jTextArea1.setColumns( 30 );" "jTextArea1.setRows( 30 );" 1077 crosswordsage/SolverGrid.java:62 m 1 public_void_revealWord:60 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 1078 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ~i - 1 );" 1079 crosswordsage/Square.java:158 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1080 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1081 crosswordsage/Grid.java:153 c 1 public_void_splitSelectedWord:151 "selectedWord.setFormat( format );" "selectedWord.setClue( format );" 1082 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setEnabled( prefs.getUseProxy() );" 1083 crosswordsage/PreferenceScreen.java:87 c 1 private_void_jbInit:78 "btnSave.setText( "Save" );" "btnSave.setName( "Save" );" 1084 crosswordsage/CrosswordSolver.java:211 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 1085 crosswordsage/Grid.java:502 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 1086 crosswordsage/CrosswordSolver.java:246 m 1 public_void_mouseClicked:239 "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i );" "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i++ );" 1087 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() * j );" 1088 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd - rowStart++ + 1;" 1089 crosswordsage/Word.java:114 m 1 public_void_setClueIndex:112 "clueIndex = i;" "clueIndex = ++i;" 1090 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getDebugGraphicsOptions() == y) {" 1091 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() * j, w.getX() );" 1092 crosswordsage/Square.java:96 m 1 public_int_getXPos:94 "return xPos;" "return xPos--;" 1093 crosswordsage/CrosswordSolver.java:198 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1094 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getX() + j, w.getX() );" 1095 crosswordsage/CrosswordSolver.java:41 c 0 NA "private javax.swing.JTextPane clueTextPane = new javax.swing.JTextPane();" "private static javax.swing.JTextPane clueTextPane = new javax.swing.JTextPane();" 1096 crosswordsage/CrosswordCompiler.java:42 c 0 NA "private javax.swing.JButton btnSuggestWords = new javax.swing.JButton();" "private javax.swing.JButton btnSuggestWords;" 1097 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; ~i < al.size(); i++) {" 1098 crosswordsage/MainScreen.java:162 c 1 private_void_BuildMenu:159 "mTools_Solve.setText( "Solve New Word" );" "mTools_Solve.setToolTipText( "Solve New Word" );" 1099 crosswordsage/WordSolverPanel.java:119 c 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (!tbAnagram.getSelectedText().equals( "" )) {" 1100 crosswordsage/MainScreen.java:411 m 1 public_void_actionPerformed:379 "if (e.getSource() == mFile_Preferences) {" "if (e.getSource() != mFile_Preferences) {" 1101 crosswordsage/WordSolverPanel.java:126 c 1 public_void_actionPerformed:106 "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getText() )) {" "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getName() )) {" 1102 crosswordsage/CrosswordCompiler.java:406 m 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getLength(); i--) {" 1103 crosswordsage/CrosswordCompiler.java:286 c 1 private_void_jbInit:247 "btnSetNumbers.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnSetNumbers.setMinimumSize( new java.awt.Dimension( 131, 27 ) );" 1104 crosswordsage/PreferenceScreen.java:118 c 1 private_void_jbInit:78 "tbProxyName.setText( prefs.getProxy() );" "tbProxyName.setName( prefs.getProxy() );" 1105 crosswordsage/SolverGrid.java:108 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 1106 crosswordsage/MainScreen.java:198 c 1 private_void_loadPreferences:180 "JOptionPane.showMessageDialog( null, ex.getMessage() );" "JOptionPane.showMessageDialog( null, ex.getLocalizedMessage() );" 1107 crosswordsage/SolverGrid.java:82 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getWordDirection() == -Word.DOWN) {" 1108 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i <= JOptionPane.YES_OPTION) {" 1109 crosswordsage/CrosswordSolver.java:76 m 1 private_void_compileClues:68 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; ++i < words.size(); i++) {" 1110 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setFontSize( w.getClueIndex() );" 1111 crosswordsage/Grid.java:501 m 1 public_void_keyTyped:490 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( ~i );" 1112 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction >= Word.ACROSS) {" 1113 crosswordsage/MainScreen.java:123 c 1 private_void_jbInit:85 "mAction_Publish.setText( "Publish Crossword" );" "mAction_Publish.setLabel( "Publish Crossword" );" 1114 crosswordsage/MainScreen.java:228 m 1 protected_void_showCrosswordBuilder:216 "JOptionPane.showMessageDialog( null, "Crosswords must be between 2 and 20 squares in width", null, JOptionPane.ERROR_MESSAGE );" "JOptionPane.showMessageDialog( null, "Crosswords must be between 2 and 20 squares in width", null, -JOptionPane.ERROR_MESSAGE );" 1115 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getToolTipText(), sq.getLetterIndexAcross() );" 1116 crosswordsage/CrosswordCompiler.java:22 c 0 NA "private javax.swing.Box vertBox;" "private static javax.swing.Box vertBox;" 1117 crosswordsage/CrosswordSolver.java:145 m 1 private_void_AddListeners:140 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 1118 crosswordsage/CrosswordSolver.java:102 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 1119 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getLetterIndexDown() == x && s2.getYPos() == y) {" 1120 crosswordsage/Grid.java:437 c 1 public_void_mouseClicked:389 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWord();" 1121 crosswordsage/CrosswordCompiler.java:292 c 1 private_void_jbInit:247 "btnWriteClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnWriteClue.setSize( new java.awt.Dimension( 100, 27 ) );" 1122 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getLength() + j );" 1123 crosswordsage/CrosswordSolver.java:99 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 1124 crosswordsage/CrosswordSolver.java:225 m 1 public_void_actionPerformed:223 "if (e.getSource() == btnCheckSolution) {" "if (e.getSource() != btnCheckSolution) {" 1125 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); ++i < w.getY() + w.getLength(); i++) {" 1126 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getWordDirection() + w.getLength(); i++) {" 1127 crosswordsage/CrosswordSolver.java:88 m 1 private_void_compileClues:68 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i-- < words.size(); i++) {" 1128 crosswordsage/PreferenceScreen.java:117 c 1 private_void_jbInit:78 "tbPassword.setText( prefs.getProxyPassword() );" "tbPassword.setText( prefs.getProxyPort() );" 1129 crosswordsage/Grid.java:90 c 1 public_void_Build:82 "s.setFontSize( 220 / crossword.getWidth() );" "s.setClueNumber( 220 / crossword.getWidth() );" 1130 crosswordsage/Square.java:37 c 0 NA "private int letterIndexDown = 0;" "private static int letterIndexDown = 0;" 1131 crosswordsage/Grid.java:415 m 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() ^ sq.getY() != startSquare.getY()) {" 1132 crosswordsage/CrosswordCompiler.java:344 c 1 public_void_actionPerformed:332 "jList1.setSelectedIndex( 0 );" "jList1.setFixedCellHeight( 0 );" 1133 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getLetterIndexAcross() && sq.getY() != startSquare.getY()) {" 1134 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < --length; i++) {" 1135 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= rowEnd++; i++, letterIndex++) {" 1136 crosswordsage/CrosswordSolver.java:91 c 1 private_void_compileClues:68 "if (w.getFormat() != null) {" "if (w.getWord() != null) {" 1137 crosswordsage/CrosswordSolver.java:48 c 1 public_CrosswordSolver:45 "this.cw = cw;" "this.cw = this.cw;" 1138 crosswordsage/CrosswordCompiler.java:270 c 1 private_void_jbInit:247 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setSize( new java.awt.Dimension( 500, 500 ) );" 1139 crosswordsage/SolverGrid.java:27 m 1 public_void_validate:25 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 1140 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i < rowEnd; i++, letterIndex++) {" 1141 crosswordsage/CrosswordCompiler.java:196 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 1142 crosswordsage/SolverGrid.java:149 c 1 public_void_mouseClicked:146 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWordDown();" 1143 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j++ == 0) {" 1144 crosswordsage/WordSolverPanel.java:114 m 1 public_void_actionPerformed:106 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; --i < words.size(); i++) {" 1145 crosswordsage/PreferenceScreen.java:120 c 1 private_void_jbInit:78 "tbUserName.setText( prefs.getProxyUserName() );" "tbUserName.setText( prefs.getProxyPort() );" 1146 crosswordsage/MainScreen.java:131 c 1 private_void_jbInit:85 "mFile_Preferences.setText( "Preferences" );" "mFile_Preferences.setActionCommand( "Preferences" );" 1147 crosswordsage/CrosswordCompiler.java:413 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 1148 crosswordsage/SolverGrid.java:94 m 1 public_void_checkSolution:92 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 1149 crosswordsage/CrosswordSolver.java:207 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1150 crosswordsage/Grid.java:27 c 0 NA "private crosswordsage.Square endSquare;" "private static crosswordsage.Square endSquare;" 1151 crosswordsage/Word.java:114 m 1 public_void_setClueIndex:112 "clueIndex = i;" "clueIndex = i--;" 1152 crosswordsage/CrosswordCompiler.java:324 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 1153 crosswordsage/Word.java:124 m 1 public_int_getLength:122 "return length;" "return -length;" 1154 crosswordsage/CrosswordCompiler.java:192 c 1 private_void_compileClues:166 "format = w.getFormat();" "format = w.getClue();" 1155 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getWordDirection() + word.getLength(); i++, letterIndex++) {" 1156 crosswordsage/CrosswordSolver.java:182 c 1 private_void_jbInit:167 "btnRevealWord.setPreferredSize( new java.awt.Dimension( 160, 27 ) );" "btnRevealWord.setMaximumSize( new java.awt.Dimension( 160, 27 ) );" 1157 crosswordsage/CrosswordSolver.java:188 c 1 private_void_jbInit:167 "jList1.setPreferredSize( new java.awt.Dimension( 332, 2000 ) );" "jList1.setMaximumSize( new java.awt.Dimension( 332, 2000 ) );" 1158 crosswordsage/MainScreen.java:121 c 1 private_void_jbInit:85 "mAction.setText( "Action" );" "mAction.setActionCommand( "Action" );" 1159 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setAutoscrolls( cbUseProxy.isSelected() );" 1160 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getName(), sq.getLetterIndexAcross() );" 1161 crosswordsage/WordSolverPanel.java:46 c 0 NA "private javax.swing.JLabel jLabel2 = new javax.swing.JLabel();" "private static javax.swing.JLabel jLabel2 = new javax.swing.JLabel();" 1162 crosswordsage/CrosswordCompiler.java:311 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1163 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setFocusable( prefs.getUseProxy() );" 1164 crosswordsage/SolverGrid.java:134 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() - 1, selectedSquare.getYPos() );" 1165 crosswordsage/CrosswordCompiler.java:200 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 1166 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response < JOptionPane.YES_OPTION) {" 1167 crosswordsage/CrosswordSolver.java:128 m 1 private_void_sortClueList:120 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; ++i < words.size(); i++) {" 1168 crosswordsage/MainScreen.java:307 c 1 private_void_checkSave:304 "if (cc.getDoSaveCheck()) {" "if (cc.getFocusTraversalKeysEnabled()) {" 1169 crosswordsage/PreferenceScreen.java:138 c 1 private_void_save:132 "prefs.setProxyPort( tbProxyPort.getText() );" "prefs.setProxyUserName( tbProxyPort.getText() );" 1170 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setIgnoreRepaint( true );" 1171 crosswordsage/SolverGrid.java:78 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getWordDirection() > Word.ACROSS) {" 1172 crosswordsage/Grid.java:171 c 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getY() == 0) {" 1173 crosswordsage/Grid.java:61 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getClueIndex(), i );" 1174 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart++ == rowEnd) {" 1175 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setEnabled( prefs.getCheckNewVersions() );" 1176 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setRequestFocusEnabled( prefs.getCheckNewVersions() );" 1177 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() - j );" 1178 crosswordsage/CrosswordCompiler.java:200 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 1179 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getXPos() );" 1180 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart++, direction, length );" 1181 crosswordsage/SolverGrid.java:82 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getX() == Word.DOWN) {" 1182 crosswordsage/CrosswordSolver.java:39 c 0 NA "private javax.swing.border.Border brdMedBlack = BorderFactory.createLineBorder( Color.BLACK, 2 );" "private static javax.swing.border.Border brdMedBlack = BorderFactory.createLineBorder( Color.BLACK, 2 );" 1183 crosswordsage/Grid.java:136 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), -letterIndex );" 1184 crosswordsage/Square.java:56 c 1 public_Square:51 "this.yPos = yPos;" "this.yPos = this.yPos;" 1185 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setIgnoreRepaint( cbUseProxy.isSelected() );" 1186 crosswordsage/Word.java:70 c 1 public_void_setClue:68 "clue = s;" "clue = format;" 1187 crosswordsage/Square.java:254 m 1 public_void_setLetterIndexDown:252 "letterIndexDown = i;" "letterIndexDown = i--;" 1188 crosswordsage/Word.java:36 c 0 NA "public static final int ACROSS = 1;" "public final int ACROSS = 1;" 1189 crosswordsage/Grid.java:270 c 1 private_void_dissociateSquares:266 "if (s.getIsBlank()) {" "if (s.getInheritsPopupMenu()) {" 1190 crosswordsage/MainScreen.java:191 c 1 private_void_loadPreferences:180 "jBar.setValue( 100 );" "jBar.setMaximum( 100 );" 1191 crosswordsage/Grid.java:138 c 1 public_void_CreateWord:96 "if (s.getWordAcross() != null) {" "if (s.getWord() != null) {" 1192 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setRequestFocusEnabled( cbUseProxy.isSelected() );" 1193 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" 1194 crosswordsage/CrosswordCompiler.java:405 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 1195 crosswordsage/CrosswordCompiler.java:150 c 1 public_void_print:143 "cp.setAcrossClues( acrossClues.toString() );" "cp.setDownClues( acrossClues.toString() );" 1196 crosswordsage/Grid.java:84 m 1 public_void_Build:82 "for (int i = 0; i < crossword.getHeight(); i++) {" "for (int i = 0; i++ < crossword.getHeight(); i++) {" 1197 crosswordsage/SolverGrid.java:133 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getWordDirection() == -Word.DOWN) {" 1198 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + j--, w.getX() );" 1199 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getWidth() ) );" 1200 crosswordsage/CrosswordCompiler.java:312 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 1201 crosswordsage/SolverGrid.java:67 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getY() == Word.ACROSS) {" 1202 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" 1203 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setFocusTraversalPolicyProvider( prefs.getUseProxy() );" 1204 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getXPos() < startSquare.getY()) {" 1205 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getWordDirection() < w1.getClueIndex()) {" 1206 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x || s2.getYPos() == y) {" 1207 crosswordsage/Square.java:249 m 1 public_int_getLetterIndexAcross:247 "return letterIndexAcross;" "return letterIndexAcross--;" 1208 crosswordsage/Grid.java:505 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 1209 crosswordsage/CrosswordCompiler.java:413 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() <= Word.DOWN) {" 1210 crosswordsage/WordSolverPanel.java:155 c 1 public_void_actionPerformed:106 "jTextArea1.setCaretPosition( 0 );" "jTextArea1.setRows( 0 );" 1211 crosswordsage/CrosswordSolver.java:177 c 1 private_void_jbInit:167 "btnCheckSolution.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnCheckSolution.setSize( new java.awt.Dimension( 131, 27 ) );" 1212 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" 1213 crosswordsage/Grid.java:451 c 1 public_void_mouseEntered:446 "sq.setBackground( new java.awt.Color( 170, 255, 175 ) );" "sq.setForeground( new java.awt.Color( 170, 255, 175 ) );" 1214 crosswordsage/Grid.java:229 m 1 public_crosswordsage.Square_findSquare:226 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1215 crosswordsage/Grid.java:23 c 0 NA "private crosswordsage.Crossword crossword;" "private static crosswordsage.Crossword crossword;" 1216 crosswordsage/Square.java:254 m 1 public_void_setLetterIndexDown:252 "letterIndexDown = i;" "letterIndexDown = -i;" 1217 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setText( prefs.getProxyUserName() );" 1218 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getComponentCount() == x && s2.getYPos() == y) {" 1219 crosswordsage/CrosswordCompiler.java:268 c 1 private_void_jbInit:247 "btnDeleteWord.setText( "Delete Selected Word" );" "btnDeleteWord.setLabel( "Delete Selected Word" );" 1220 crosswordsage/WordSolverPanel.java:115 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) words.get( i ) );" "jTextArea1.append( (java.lang.String) words.get( ~i ) );" 1221 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( i++, colStart );" 1222 crosswordsage/WordSolverPanel.java:30 c 0 NA "private javax.swing.JTextArea jTextArea1 = new javax.swing.JTextArea();" "private static javax.swing.JTextArea jTextArea1 = new javax.swing.JTextArea();" 1223 crosswordsage/CrosswordSolver.java:243 c 1 public_void_mouseClicked:239 "clueTextPane.setText( s );" "clueTextPane.setContentType( s );" 1224 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setText( prefs.getProxyPassword() );" 1225 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getFormat().charAt( s.getLetterIndexDown() ) );" 1226 crosswordsage/MainScreen.java:129 c 1 private_void_jbInit:85 "mTools_Version.setText( "Check Version" );" "mTools_Version.setName( "Check Version" );" 1227 crosswordsage/Grid.java:85 m 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; j++ < crossword.getWidth(); j++) {" 1228 crosswordsage/Square.java:249 m 1 public_int_getLetterIndexAcross:247 "return letterIndexAcross;" "return letterIndexAcross++;" 1229 crosswordsage/SolverGrid.java:97 c 1 public_void_checkSolution:92 "if (s.getLetter() != " ") {" "if (s.getName() != " ") {" 1230 crosswordsage/WordSolverPanel.java:135 m 1 public_void_actionPerformed:106 "for (int j = 0; j < words.size(); j++) {" "for (int j = 0; j < words.size(); j--) {" 1231 crosswordsage/Square.java:181 m 1 public_crosswordsage.Word_getNextWord:176 "if (wordAcross != null) {" "if (wordAcross == null) {" 1232 crosswordsage/Grid.java:31 c 0 NA "private boolean doSelectEnd = false;" "private static boolean doSelectEnd = false;" 1233 crosswordsage/CrosswordCompiler.java:296 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 1234 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getDebugGraphicsOptions() + 1 );" 1235 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; --i < al.size(); i++) {" 1236 crosswordsage/CrosswordCompiler.java:224 m 1 private_void_AddListeners:214 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 1237 crosswordsage/SolverGrid.java:71 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getWordDirection() <= Word.DOWN) {" 1238 crosswordsage/SolverGrid.java:82 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getWordDirection() > Word.DOWN) {" 1239 crosswordsage/SolverGrid.java:100 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 1240 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; --i <= colEnd; i++, letterIndex++) {" 1241 crosswordsage/Grid.java:171 m 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getClueIndex() <= 0) {" 1242 crosswordsage/Grid.java:68 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( i, word.getY() );" 1243 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setIgnoreRepaint( false );" 1244 crosswordsage/Grid.java:421 c 1 public_void_mouseClicked:389 "sq.setBackground( Color.WHITE );" "sq.setResetColour( Color.WHITE );" 1245 crosswordsage/Grid.java:464 c 1 public_void_mouseExited:458 "sq.setBackground( sq.getResetColour() );" "sq.setResetColour( sq.getResetColour() );" 1246 crosswordsage/CrosswordCompiler.java:88 c 1 public_void_loadCrossword:85 "System.out.println( "JFileChooser tries " + ioDir.getAbsolutePath() );" "System.out.println( "JFileChooser tries " + ioDir.getName() );" 1247 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getY(); i++) {" 1248 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexDown() );" 1249 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getX() + 1, selectedSquare.getYPos() );" 1250 crosswordsage/MainScreen.java:232 m 1 protected_void_showCrosswordBuilder:216 "JOptionPane.showMessageDialog( null, "Please enter a numerical value between 2 and 20", null, JOptionPane.ERROR_MESSAGE );" "JOptionPane.showMessageDialog( null, "Please enter a numerical value between 2 and 20", null, -JOptionPane.ERROR_MESSAGE );" 1251 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (~rowStart == rowEnd) {" 1252 crosswordsage/WordSolverPanel.java:135 m 1 public_void_actionPerformed:106 "for (int j = 0; j < words.size(); j++) {" "for (int j = 0; j-- < words.size(); j++) {" 1253 crosswordsage/MainScreen.java:57 c 0 NA "javax.swing.JMenuItem mAction_Publish = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mAction_Publish;" 1254 crosswordsage/WordSolverPanel.java:135 m 1 public_void_actionPerformed:106 "for (int j = 0; j < words.size(); j++) {" "for (int j = 0; ++j < words.size(); j++) {" 1255 crosswordsage/CrosswordCompiler.java:200 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 1256 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getHeight() == y) {" 1257 crosswordsage/Grid.java:502 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 1258 crosswordsage/WordSolverPanel.java:122 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() != 0) {" 1259 crosswordsage/CrosswordSolver.java:246 m 1 public_void_mouseClicked:239 "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i );" "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i-- );" 1260 crosswordsage/SolverGrid.java:134 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() % 1, selectedSquare.getYPos() );" 1261 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (~colStart == colEnd) {" 1262 crosswordsage/Grid.java:461 m 1 public_void_mouseExited:458 "if ((doSelectEnd || doSelectStart) && sq.equals( startSquare )) {" "if (doSelectEnd || doSelectStart || sq.equals( startSquare )) {" 1263 crosswordsage/CrosswordCompiler.java:299 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 1264 crosswordsage/Grid.java:505 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1265 crosswordsage/Square.java:29 c 0 NA "private boolean isBlank;" "private static boolean isBlank;" 1266 crosswordsage/Grid.java:405 c 1 public_void_mouseClicked:389 "sq.setBackground( Color.WHITE );" "sq.setResetColour( Color.WHITE );" 1267 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getComponentCount();" 1268 crosswordsage/CrosswordSolver.java:209 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 1269 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getWidth() );" 1270 crosswordsage/MainScreen.java:41 c 0 NA "javax.swing.JMenuItem mFile_Load = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mFile_Load;" 1271 crosswordsage/MainScreen.java:117 c 1 private_void_jbInit:85 "mFile_SolveCrossword.setText( "Load Crossword to Solve" );" "mFile_SolveCrossword.setLabel( "Load Crossword to Solve" );" 1272 crosswordsage/Grid.java:167 c 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (!s.getIgnoreRepaint()) {" 1273 crosswordsage/CrosswordCompiler.java:320 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 1274 crosswordsage/CrosswordCompiler.java:320 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 1275 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getNextWord().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" 1276 crosswordsage/Grid.java:60 m 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; ++i < word.getX() + word.getLength(); i++, letterIndex++) {" 1277 crosswordsage/CrosswordCompiler.java:415 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( -i, w.getX() );" 1278 crosswordsage/WordSolverPanel.java:206 m 1 public_java.util.ArrayList_getMatches:197 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( ~i ) );" 1279 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getXPos() );" 1280 crosswordsage/Grid.java:63 m 1 public_void_setCrossword:53 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( letterIndex-- );" 1281 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setDoubleBuffered( cbUseProxy.isSelected() );" 1282 crosswordsage/Grid.java:286 m 1 public_void_hiLightSelectedWord:282 "if (al != null && al.size() > 0) {" "if (al != null || al.size() > 0) {" 1283 crosswordsage/CrosswordCompiler.java:322 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 1284 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd-- - rowStart + 1;" 1285 crosswordsage/WordSolverPanel.java:26 c 0 NA "private javax.swing.JButton jButton1 = new javax.swing.JButton();" "private javax.swing.JButton jButton1;" 1286 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setInheritsPopupMenu( false );" 1287 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < length++; i++) {" 1288 crosswordsage/CrosswordCompiler.java:48 c 0 NA "private javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" "private static javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" 1289 crosswordsage/Grid.java:84 c 1 public_void_Build:82 "for (int i = 0; i < crossword.getHeight(); i++) {" "for (int i = 0; i < crossword.getWidth(); i++) {" 1290 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getXPos() ) );" 1291 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getYPos() );" 1292 crosswordsage/Grid.java:135 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getToolTipText() != "") {" 1293 crosswordsage/Square.java:55 c 1 public_Square:51 "this.xPos = xPos;" "xPos = xPos;" 1294 crosswordsage/Grid.java:317 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; --j < letters.size(); j++) {" 1295 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart > rowEnd) {" 1296 crosswordsage/MainScreen.java:33 c 0 NA "javax.swing.JMenuItem mHelp_About = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mHelp_About;" 1297 crosswordsage/Square.java:62 c 1 public_Square:51 "lblClue.setPreferredSize( new java.awt.Dimension( 20, 30 ) );" "lblClue.setSize( new java.awt.Dimension( 20, 30 ) );" 1298 crosswordsage/PreferenceScreen.java:89 c 1 private_void_jbInit:78 "tbProxyPort.setText( "" );" "tbProxyPort.setToolTipText( "" );" 1299 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (++j == 0) {" 1300 crosswordsage/CrosswordCompiler.java:36 c 0 NA "private javax.swing.JButton btnAddWord = new javax.swing.JButton();" "private javax.swing.JButton btnAddWord;" 1301 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setVisible( false );" 1302 crosswordsage/CrosswordCompiler.java:197 c 1 private_void_compileClues:166 "downClues.append( w.getClueIndex() + ". " );" "downClues.append( w.getLength() + ". " );" 1303 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getToolTipText() == " " || s.getLetter() == "*" || s.getLetter() == "") {" 1304 crosswordsage/WordSolverPanel.java:74 c 1 private_void_jbInit:61 "jButton1.setToolTipText( "" );" "jButton1.setLabel( "" );" 1305 crosswordsage/MainScreen.java:165 c 1 private_void_BuildMenu:159 "mTools.setActionCommand( "Solve" );" "mTools.setToolTipText( "Solve" );" 1306 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getLetterIndexDown();" 1307 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getDebugGraphicsOptions() );" 1308 crosswordsage/Word.java:134 m 1 public_void_setIsSelected:132 "isSelected = b;" "isSelected = !b;" 1309 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (--j == 0) {" 1310 crosswordsage/CrosswordCompiler.java:293 c 1 private_void_jbInit:247 "btnWriteClue.setText( "Write Clue" );" "btnWriteClue.setName( "Write Clue" );" 1311 crosswordsage/Square.java:70 c 1 public_Square:51 "clueBox.setPreferredSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setSize( new java.awt.Dimension( 10, 10 ) );" 1312 crosswordsage/WordSolverPanel.java:133 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i-- < anWords.size(); i++) {" 1313 crosswordsage/CrosswordSolver.java:145 m 1 private_void_AddListeners:140 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 1314 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getComponentCount() + 1, selectedSquare.getYPos() );" 1315 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getWidth() );" 1316 crosswordsage/CrosswordCompiler.java:292 c 1 private_void_jbInit:247 "btnWriteClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnWriteClue.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 1317 crosswordsage/Grid.java:501 m 1 public_void_keyTyped:490 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( -i );" 1318 crosswordsage/Grid.java:464 c 1 public_void_mouseExited:458 "sq.setBackground( sq.getResetColour() );" "sq.setBackground( sq.getForeground() );" 1319 crosswordsage/CrosswordCompiler.java:188 m 1 private_void_compileClues:166 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i < words.size(); i--) {" 1320 crosswordsage/CrosswordSolver.java:197 c 1 private_void_jbInit:167 "btnRevealWord.setText( "Reveal Selected Word" );" "btnRevealWord.setToolTipText( "Reveal Selected Word" );" 1321 crosswordsage/PreferenceScreen.java:87 c 1 private_void_jbInit:78 "btnSave.setText( "Save" );" "btnSave.setToolTipText( "Save" );" 1322 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; ++i < word.getY() + word.getLength(); i++, letterIndex++) {" 1323 crosswordsage/CrosswordSolver.java:178 c 1 private_void_jbInit:167 "btnCheckSolution.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnCheckSolution.setSize( new java.awt.Dimension( 131, 27 ) );" 1324 crosswordsage/CrosswordCompiler.java:312 m 1 private_void_jbInit:247 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 1325 crosswordsage/Utilities.java:36 m 1 public_static_java.util.ArrayList_getMatches:25 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( i-- ) );" 1326 crosswordsage/Square.java:155 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 1327 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setFocusCycleRoot( cbUseProxy.isSelected() );" 1328 crosswordsage/Grid.java:84 m 1 public_void_Build:82 "for (int i = 0; i < crossword.getHeight(); i++) {" "for (int i = 0; i < crossword.getHeight(); i--) {" 1329 crosswordsage/CrosswordCompiler.java:289 c 1 private_void_jbInit:247 "btnSetNumbers.setText( "Set Clue Numbers" );" "btnSetNumbers.setLabel( "Set Clue Numbers" );" 1330 crosswordsage/Grid.java:153 c 1 public_void_splitSelectedWord:151 "selectedWord.setFormat( format );" "selectedWord.setWord( format );" 1331 crosswordsage/CrosswordCompiler.java:271 c 1 private_void_jbInit:247 "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" 1332 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getYPos() ) );" 1333 crosswordsage/MainScreen.java:306 m 1 private_void_checkSave:304 "if (cc != null) {" "if (cc == null) {" 1334 crosswordsage/Grid.java:187 c 1 private_void_formatSquare:185 "s.setBackground( Color.WHITE );" "s.setResetColour( Color.WHITE );" 1335 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getWordDirection() );" 1336 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' || s.charAt( i++ ) == ' ') {" 1337 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getLetterIndexAcross(), selectedSquare.getYPos() + 1 );" 1338 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getComponentCount();" 1339 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getDebugGraphicsOptions() ) );" 1340 crosswordsage/Grid.java:397 m 1 public_void_mouseClicked:389 "if (selectedWord != null) {" "if (selectedWord == null) {" 1341 crosswordsage/CrosswordSolver.java:214 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 1342 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (--response == JOptionPane.YES_OPTION) {" 1343 crosswordsage/Grid.java:493 m 1 public_void_keyTyped:490 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() < '\b') {" 1344 crosswordsage/CrosswordSolver.java:245 m 1 public_void_mouseClicked:239 "for (int i = 0; i < clues.size(); i++) {" "for (int i = 0; i++ < clues.size(); i++) {" 1345 crosswordsage/Grid.java:461 m 1 public_void_mouseExited:458 "if ((doSelectEnd || doSelectStart) && sq.equals( startSquare )) {" "if (!(doSelectEnd || doSelectStart) && sq.equals( startSquare )) {" 1346 crosswordsage/CrosswordSolver.java:76 m 1 private_void_compileClues:68 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i-- < words.size(); i++) {" 1347 crosswordsage/SolverGrid.java:95 m 1 public_void_checkSolution:92 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( ~i );" 1348 crosswordsage/CrosswordCompiler.java:260 c 1 private_void_jbInit:247 "btnAddWord.setText( "Add Word" );" "btnAddWord.setActionCommand( "Add Word" );" 1349 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setDoubleBuffered( cbUseProxy.isSelected() );" 1350 crosswordsage/CrosswordCompiler.java:266 c 1 private_void_jbInit:247 "btnDeleteWord.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnDeleteWord.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" 1351 crosswordsage/CrosswordSolver.java:246 m 1 public_void_mouseClicked:239 "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i );" "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( -i );" 1352 crosswordsage/SolverGrid.java:133 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getY() == Word.DOWN) {" 1353 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( i, colStart++ );" 1354 crosswordsage/Grid.java:392 c 1 public_void_mouseClicked:389 "if (selectedSquare.getIsBlank()) {" "if (selectedSquare.getInheritsPopupMenu()) {" 1355 crosswordsage/WordSolverPanel.java:166 m 1 public_java.util.ArrayList_getAnagrams:160 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( -i ) );" 1356 crosswordsage/Grid.java:134 c 1 public_void_CreateWord:96 "s.setLetterIndexDown( letterIndex );" "s.setClueNumber( letterIndex );" 1357 crosswordsage/MainScreen.java:112 c 1 private_void_jbInit:85 "mFile_Save.setText( "Save Crossword" );" "mFile_Save.setActionCommand( "Save Crossword" );" 1358 crosswordsage/CrosswordCompiler.java:296 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 1359 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; ~i <= rowEnd; i++, letterIndex++) {" 1360 crosswordsage/Grid.java:61 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getWordDirection(), i );" 1361 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( -i - 1 );" 1362 crosswordsage/CrosswordCompiler.java:373 c 1 public_void_mouseClicked:369 "clueTextPane.setText( s );" "clueTextPane.setName( s );" 1363 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response >= JOptionPane.YES_OPTION) {" 1364 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( ~i, colStart );" 1365 crosswordsage/CrosswordSolver.java:202 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1366 crosswordsage/SolverGrid.java:78 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getY() == Word.ACROSS) {" 1367 crosswordsage/MainScreen.java:123 c 1 private_void_jbInit:85 "mAction_Publish.setText( "Publish Crossword" );" "mAction_Publish.setName( "Publish Crossword" );" 1368 crosswordsage/SolverGrid.java:82 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getWordDirection() != Word.DOWN) {" 1369 crosswordsage/Grid.java:85 c 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; j < crossword.getHeight(); j++) {" 1370 crosswordsage/Square.java:234 m 1 public_boolean_isAnyWordSelected:227 "if (wordDown != null) {" "if (wordDown == null) {" 1371 crosswordsage/MainScreen.java:330 m 1 private_void_basicClose:328 "int i = JOptionPane.showConfirmDialog( null, "Close Crossword Sage?", "Confirm Action", JOptionPane.YES_NO_OPTION );" "int i = JOptionPane.showConfirmDialog( null, "Close Crossword Sage?", "Confirm Action", -JOptionPane.YES_NO_OPTION );" 1372 crosswordsage/Grid.java:138 c 1 public_void_CreateWord:96 "if (s.getWordAcross() != null) {" "if (s.getWordDown() != null) {" 1373 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response < JOptionPane.YES_OPTION) {" 1374 crosswordsage/CrosswordCompiler.java:288 c 1 private_void_jbInit:247 "btnSetNumbers.setToolTipText( "" );" "btnSetNumbers.setText( "" );" 1375 crosswordsage/Grid.java:120 m 1 public_void_CreateWord:96 "s.setLetterIndexAcross( letterIndex );" "s.setLetterIndexAcross( -letterIndex );" 1376 crosswordsage/CrosswordCompiler.java:268 c 1 private_void_jbInit:247 "btnDeleteWord.setText( "Delete Selected Word" );" "btnDeleteWord.setActionCommand( "Delete Selected Word" );" 1377 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexAcross() );" 1378 crosswordsage/CrosswordCompiler.java:344 c 1 public_void_actionPerformed:332 "jList1.setSelectedIndex( 0 );" "jList1.setFixedCellWidth( 0 );" 1379 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( ~i ) == '*' || s.charAt( i ) == ' ') {" 1380 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getUIClassID() == " " || s.getLetter() == "*" || s.getLetter() == "") {" 1381 crosswordsage/CrosswordSolver.java:128 m 1 private_void_sortClueList:120 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; ~i < words.size(); i++) {" 1382 crosswordsage/CrosswordCompiler.java:38 c 0 NA "private javax.swing.JButton btnDeleteWord = new javax.swing.JButton();" "private javax.swing.JButton btnDeleteWord;" 1383 crosswordsage/CrosswordCompiler.java:324 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 1384 crosswordsage/WordSolverPanel.java:32 c 0 NA "private javax.swing.JPanel jPanel1 = new javax.swing.JPanel();" "private static javax.swing.JPanel jPanel1 = new javax.swing.JPanel();" 1385 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getX(); i++) {" 1386 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getX() );" 1387 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (--response == JOptionPane.CANCEL_OPTION) {" 1388 crosswordsage/Square.java:25 c 0 NA "private javax.swing.JLabel lblLetter = null;" "private javax.swing.JLabel lblLetter;" 1389 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getYPos() ) );" 1390 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setToolTipText( grid.getSelectedClue() );" 1391 crosswordsage/Square.java:33 c 0 NA "private crosswordsage.Word wordDown = null;" "private static crosswordsage.Word wordDown = null;" 1392 crosswordsage/Grid.java:40 c 1 public_Grid:37 "setFocusable( true );" "setDoSelectStart( true );" 1393 crosswordsage/WordSolverPanel.java:135 m 1 public_void_actionPerformed:106 "for (int j = 0; j < words.size(); j++) {" "for (int j = 0; --j < words.size(); j++) {" 1394 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getLetterIndexAcross();" 1395 crosswordsage/CrosswordSolver.java:78 m 1 private_void_compileClues:68 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( ~i );" 1396 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getLetter() == "*" || s.getToolTipText() == "") {" 1397 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setWheelScrollingEnabled( true );" 1398 crosswordsage/CrosswordSolver.java:192 c 1 private_void_jbInit:167 "jScrollPane1.setMaximumSize( new java.awt.Dimension( 32767, 32767 ) );" "jScrollPane1.setMinimumSize( new java.awt.Dimension( 32767, 32767 ) );" 1399 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setAutoscrolls( false );" 1400 crosswordsage/PreferenceScreen.java:86 c 1 private_void_jbInit:78 "cbNewerVersions.setText( "Auto-check for newer versions" );" "cbNewerVersions.setName( "Auto-check for newer versions" );" 1401 crosswordsage/CrosswordCompiler.java:196 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() <= Word.DOWN) {" 1402 crosswordsage/PreferenceScreen.java:138 c 1 private_void_save:132 "prefs.setProxyPort( tbProxyPort.getText() );" "prefs.setProxyPort( tbProxyPort.getToolTipText() );" 1403 crosswordsage/MainScreen.java:107 c 1 private_void_jbInit:85 "mHelp_Instructions.setText( "Instructions" );" "mHelp_Instructions.setToolTipText( "Instructions" );" 1404 crosswordsage/SolverGrid.java:31 c 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWord() == selectedWord || s.getWordDown() == selectedWord) {" 1405 crosswordsage/CrosswordSolver.java:188 c 1 private_void_jbInit:167 "jList1.setPreferredSize( new java.awt.Dimension( 332, 2000 ) );" "jList1.setMinimumSize( new java.awt.Dimension( 332, 2000 ) );" 1406 crosswordsage/CrosswordSolver.java:102 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 1407 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" 1408 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i-- < w.getY() + w.getLength(); i++) {" 1409 crosswordsage/Grid.java:296 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 1410 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getComponentCount() );" 1411 crosswordsage/CrosswordCompiler.java:224 m 1 private_void_AddListeners:214 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1412 crosswordsage/Grid.java:341 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 1413 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getHeight() );" 1414 crosswordsage/MainScreen.java:116 c 1 private_void_jbInit:85 "mFile_Print.setText( "Print Crossword" );" "mFile_Print.setActionCommand( "Print Crossword" );" 1415 crosswordsage/CrosswordSolver.java:182 c 1 private_void_jbInit:167 "btnRevealWord.setPreferredSize( new java.awt.Dimension( 160, 27 ) );" "btnRevealWord.setSize( new java.awt.Dimension( 160, 27 ) );" 1416 crosswordsage/Preferences.java:51 c 1 public_void_setProxy:49 "this.proxy = s;" "this.proxy = proxy;" 1417 crosswordsage/WordSolverPanel.java:109 c 1 public_void_actionPerformed:106 "jTextArea1.setText( "" );" "jTextArea1.setToolTipText( "" );" 1418 crosswordsage/SolverGrid.java:129 m 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null ^ s.getWord() != null) {" 1419 crosswordsage/Grid.java:296 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 1420 crosswordsage/Grid.java:288 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 1421 crosswordsage/CrosswordCompiler.java:288 c 1 private_void_jbInit:247 "btnSetNumbers.setToolTipText( "" );" "btnSetNumbers.setName( "" );" 1422 crosswordsage/MainScreen.java:55 c 0 NA "javax.swing.JMenu mAction = new javax.swing.JMenu();" "javax.swing.JMenu mAction;" 1423 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ++i - 1 );" 1424 crosswordsage/Grid.java:319 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getToolTipText() == "*" || s.getLetter() == "") {" 1425 crosswordsage/Grid.java:259 m 1 private_void_blankSquares:257 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 1426 crosswordsage/WordSolverPanel.java:231 m 1 public_java.util.ArrayList_getMatches:197 "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", JOptionPane.OK_OPTION );" "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", -JOptionPane.OK_OPTION );" 1427 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setInheritsPopupMenu( true );" 1428 crosswordsage/WordSolverPanel.java:202 m 1 public_java.util.ArrayList_getMatches:197 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; --i < s.length(); i++) {" 1429 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (--colStart == colEnd) {" 1430 crosswordsage/Grid.java:259 m 1 private_void_blankSquares:257 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 1431 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getLength() );" 1432 crosswordsage/CrosswordSolver.java:133 m 1 private_void_sortClueList:120 "words.add( index1, w2 );" "words.add( -index1, w2 );" 1433 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getHeight() ) );" 1434 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (~response == JOptionPane.CANCEL_OPTION) {" 1435 crosswordsage/WordSolverPanel.java:77 m 1 private_void_jbInit:61 "jScrollPane1.setHorizontalScrollBarPolicy( JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );" "jScrollPane1.setHorizontalScrollBarPolicy( -JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );" 1436 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setDoubleBuffered( cbUseProxy.isSelected() );" 1437 crosswordsage/Square.java:25 c 0 NA "private javax.swing.JLabel lblLetter = null;" "private static javax.swing.JLabel lblLetter = null;" 1438 crosswordsage/Grid.java:59 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getY() == Word.ACROSS) {" 1439 crosswordsage/Square.java:73 c 1 public_Square:51 "midBox.setPreferredSize( new java.awt.Dimension( 20, 20 ) );" "midBox.setSize( new java.awt.Dimension( 20, 20 ) );" 1440 crosswordsage/Preferences.java:46 m 1 public_boolean_getUseProxy:44 "return useProxy;" "return !useProxy;" 1441 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i >= colEnd; i++, letterIndex++) {" 1442 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getLength(); i--) {" 1443 crosswordsage/SolverGrid.java:65 c 1 public_void_revealWord:60 "crosswordsage.Word wa = s.getWordAcross();" "crosswordsage.Word wa = s.getWordDown();" 1444 crosswordsage/MainScreen.java:27 c 0 NA "java.awt.BorderLayout borderLayout1 = new java.awt.BorderLayout();" "java.awt.BorderLayout borderLayout1;" 1445 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (++response == JOptionPane.NO_OPTION) {" 1446 crosswordsage/MainScreen.java:47 c 0 NA "private boolean crosswordCompilerActive = false;" "private boolean crosswordCompilerActive;" 1447 crosswordsage/WordSolverPanel.java:231 m 1 public_java.util.ArrayList_getMatches:197 "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", JOptionPane.OK_OPTION );" "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", -JOptionPane.OK_OPTION );" 1448 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getComponentCount() ) );" 1449 crosswordsage/Grid.java:61 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getLength(), i );" 1450 crosswordsage/Grid.java:392 c 1 public_void_mouseClicked:389 "if (selectedSquare.getIsBlank()) {" "if (selectedSquare.getIsCorrect()) {" 1451 crosswordsage/CrosswordCompiler.java:192 c 1 private_void_compileClues:166 "format = w.getFormat();" "format = w.getWord();" 1452 crosswordsage/CrosswordCompiler.java:111 c 1 public_void_loadCrossword:85 "validate();" "super.validate();" 1453 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWord().addLetter( s.getLetter(), s.getLetterIndexDown() );" 1454 crosswordsage/Preferences.java:86 c 1 public_void_setProxyPassword:84 "proxyPassword = s;" "proxyPassword = proxy;" 1455 crosswordsage/WordSolverPanel.java:115 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) words.get( i ) );" "jTextArea1.append( (java.lang.String) words.get( -i ) );" 1456 crosswordsage/Square.java:155 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 1457 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getY(); i++) {" 1458 crosswordsage/CrosswordCompiler.java:172 m 1 private_void_compileClues:166 "while (keepLooping) {" "while (!keepLooping) {" 1459 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setVerifyInputWhenFocusTarget( false );" 1460 crosswordsage/Grid.java:296 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getY() == Word.DOWN) {" 1461 crosswordsage/SolverGrid.java:31 m 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWordAcross() == selectedWord ^ s.getWordDown() == selectedWord) {" 1462 crosswordsage/SolverGrid.java:133 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getWordDirection() > Word.DOWN) {" 1463 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i * 1 );" 1464 crosswordsage/Grid.java:502 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() >= Word.ACROSS) {" 1465 crosswordsage/MainScreen.java:127 c 1 private_void_jbInit:85 "mEdit_Split.setText( "Split Word" );" "mEdit_Split.setToolTipText( "Split Word" );" 1466 crosswordsage/SolverGrid.java:133 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getWordDirection() != Word.DOWN) {" 1467 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response <= JOptionPane.CANCEL_OPTION) {" 1468 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setIgnoreRepaint( cbUseProxy.isSelected() );" 1469 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getY(), w.getY() );" 1470 crosswordsage/Utilities.java:61 m 1 public_static_java.util.ArrayList_getMatches:25 "JOptionPane.showMessageDialog( null, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", JOptionPane.OK_OPTION );" "JOptionPane.showMessageDialog( null, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", -JOptionPane.OK_OPTION );" 1471 crosswordsage/Grid.java:169 m 1 public_void_setClueNumbers:156 "for (int j = 0; j < al.size(); j++) {" "for (int j = 0; --j < al.size(); j++) {" 1472 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getFormat().charAt( s.getLetterIndexDown() ) );" 1473 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getLetterIndexDown() && sq.getY() != startSquare.getY()) {" 1474 crosswordsage/PreferenceScreen.java:86 c 1 private_void_jbInit:78 "cbNewerVersions.setText( "Auto-check for newer versions" );" "cbNewerVersions.setActionCommand( "Auto-check for newer versions" );" 1475 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getWidth()) {" 1476 crosswordsage/Grid.java:61 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getY(), ~i );" 1477 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getNextWord().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" 1478 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setFocusTraversalKeysEnabled( prefs.getUseProxy() );" 1479 crosswordsage/CrosswordSolver.java:78 m 1 private_void_compileClues:68 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i-- );" 1480 crosswordsage/PreferenceScreen.java:33 c 0 NA "javax.swing.JTextField tbPassword = new javax.swing.JTextField();" "javax.swing.JTextField tbPassword;" 1481 crosswordsage/MainScreen.java:191 c 1 private_void_loadPreferences:180 "jBar.setValue( 100 );" "jBar.setOrientation( 100 );" 1482 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i + 1 );" 1483 crosswordsage/CrosswordCompiler.java:32 c 0 NA "private javax.swing.JList jList1 = new javax.swing.JList();" "private javax.swing.JList jList1;" 1484 crosswordsage/WordSolverPanel.java:136 m 1 public_void_actionPerformed:106 "java.lang.String s2 = (java.lang.String) words.get( j );" "java.lang.String s2 = (java.lang.String) words.get( j-- );" 1485 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart++ == colEnd) {" 1486 crosswordsage/WordSolverPanel.java:36 c 0 NA "private javax.swing.Box box1 = Box.createHorizontalBox();" "private static javax.swing.Box box1 = Box.createHorizontalBox();" 1487 crosswordsage/CrosswordCompiler.java:287 c 1 private_void_jbInit:247 "btnSetNumbers.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnSetNumbers.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" 1488 crosswordsage/Square.java:85 m 1 public_void_paintComponent:82 "if (!isCorrect) {" "if (isCorrect) {" 1489 crosswordsage/CrosswordCompiler.java:188 m 1 private_void_compileClues:166 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ~i < words.size(); i++) {" 1490 crosswordsage/CrosswordCompiler.java:201 c 1 private_void_compileClues:166 "acrossClues.append( w.getClueIndex() + ". " );" "acrossClues.append( w.getWordDirection() + ". " );" 1491 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setContentAreaFilled( prefs.getCheckNewVersions() );" 1492 crosswordsage/Square.java:156 c 1 public_void_setWord:153 "wordAcross = w;" "wordAcross = wordDown;" 1493 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getDebugGraphicsOptions() ) );" 1494 crosswordsage/CrosswordSolver.java:207 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 1495 crosswordsage/CrosswordSolver.java:88 m 1 private_void_compileClues:68 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ~i < words.size(); i++) {" 1496 crosswordsage/SolverGrid.java:78 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getClueIndex() == Word.ACROSS) {" 1497 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart == colEnd++) {" 1498 crosswordsage/SolverGrid.java:67 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getLength() == Word.ACROSS) {" 1499 crosswordsage/MainScreen.java:17 c 0 NA "crosswordsage.Preferences prefs = new crosswordsage.Preferences();" "crosswordsage.Preferences prefs;" 1500 crosswordsage/Grid.java:121 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getToolTipText() != "") {" 1501 crosswordsage/CrosswordCompiler.java:400 m 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getClickCount() <= 2) {" 1502 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxy( tbProxyName.getToolTipText() );" 1503 crosswordsage/Square.java:57 c 1 public_Square:51 "setBackground( c );" "setResetColour( c );" 1504 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setDoubleBuffered( false );" 1505 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() + ++j );" 1506 crosswordsage/Grid.java:55 c 1 public_void_setCrossword:53 "this.crossword = cw;" "this.crossword = crossword;" 1507 crosswordsage/Square.java:62 c 1 public_Square:51 "lblClue.setPreferredSize( new java.awt.Dimension( 20, 30 ) );" "lblClue.setMaximumSize( new java.awt.Dimension( 20, 30 ) );" 1508 crosswordsage/Grid.java:172 m 1 public_void_setClueNumbers:156 "w.setClueIndex( clueNumber );" "w.setClueIndex( clueNumber++ );" 1509 crosswordsage/MainScreen.java:129 c 1 private_void_jbInit:85 "mTools_Version.setText( "Check Version" );" "mTools_Version.setToolTipText( "Check Version" );" 1510 crosswordsage/Grid.java:501 m 1 public_void_keyTyped:490 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( i-- );" 1511 crosswordsage/Grid.java:500 m 1 public_void_keyTyped:490 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; ++i < al.size(); i++) {" 1512 crosswordsage/WordSolverPanel.java:74 c 1 private_void_jbInit:61 "jButton1.setToolTipText( "" );" "jButton1.setActionCommand( "" );" 1513 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getLength() < w1.getClueIndex()) {" 1514 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getY() ) );" 1515 crosswordsage/MainScreen.java:72 c 1 public_MainScreen:67 "if (prefs.getCheckNewVersions()) {" "if (prefs.getUseProxy()) {" 1516 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getLetterIndexAcross()) {" 1517 crosswordsage/CrosswordCompiler.java:407 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( w.getY(), i );" "crosswordsage.Square sq = grid.findSquare( w.getY(), ~i );" 1518 crosswordsage/WordSolverPanel.java:81 c 1 private_void_jbInit:61 "jTextArea1.setColumns( 30 );" "jTextArea1.setTabSize( 30 );" 1519 crosswordsage/CrosswordCompiler.java:20 c 0 NA "private crosswordsage.Grid grid;" "private static crosswordsage.Grid grid;" 1520 crosswordsage/CrosswordCompiler.java:405 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 1521 crosswordsage/Grid.java:169 m 1 public_void_setClueNumbers:156 "for (int j = 0; j < al.size(); j++) {" "for (int j = 0; ++j < al.size(); j++) {" 1522 crosswordsage/CrosswordCompiler.java:268 c 1 private_void_jbInit:247 "btnDeleteWord.setText( "Delete Selected Word" );" "btnDeleteWord.setToolTipText( "Delete Selected Word" );" 1523 crosswordsage/CrosswordCompiler.java:188 m 1 private_void_compileClues:166 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i-- < words.size(); i++) {" 1524 crosswordsage/MainScreen.java:29 c 0 NA "java.awt.BorderLayout borderLayout2 = new java.awt.BorderLayout();" "java.awt.BorderLayout borderLayout2;" 1525 crosswordsage/WordSolverPanel.java:190 m 1 public_java.util.ArrayList_getAnagrams:160 "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", JOptionPane.OK_OPTION );" "JOptionPane.showMessageDialog( this, "Crossword Sage could not find the word list. \n Please make sure the file 'wordlist.txt' is located in the same directory as the executable.", "File not found", -JOptionPane.OK_OPTION );" 1526 crosswordsage/MainScreen.java:307 c 1 private_void_checkSave:304 "if (cc.getDoSaveCheck()) {" "if (cc.getVerifyInputWhenFocusTarget()) {" 1527 crosswordsage/WordSolverPanel.java:125 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; ~i < anWords.size(); i++) {" 1528 crosswordsage/MainScreen.java:104 c 1 private_void_jbInit:85 "mHelp_About.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mHelp_About.setForeground( new java.awt.Color( 199, 223, 236 ) );" 1529 crosswordsage/Grid.java:90 m 1 public_void_Build:82 "s.setFontSize( 220 / crossword.getWidth() );" "s.setFontSize( 220 * crossword.getWidth() );" 1530 crosswordsage/CrosswordCompiler.java:292 c 1 private_void_jbInit:247 "btnWriteClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnWriteClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" 1531 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( --size, size );" 1532 crosswordsage/MainScreen.java:63 c 0 NA "javax.swing.JMenuItem mTools_Version = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mTools_Version;" 1533 crosswordsage/CrosswordCompiler.java:225 m 1 private_void_AddListeners:214 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 1534 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getHeight() == x && s2.getYPos() == y) {" 1535 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxy( tbProxyName.getSelectedText() );" 1536 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setRequestFocusEnabled( cbUseProxy.isSelected() );" 1537 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setActionCommand( prefs.getProxyPort() );" 1538 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getY(), selectedSquare.getYPos() + 1 );" 1539 crosswordsage/SolverGrid.java:127 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getWordDirection() <= Word.ACROSS) {" 1540 crosswordsage/Grid.java:122 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), letterIndex-- );" 1541 crosswordsage/SolverGrid.java:63 m 1 public_void_revealWord:60 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( ~i );" 1542 crosswordsage/CrosswordSolver.java:74 m 1 private_void_compileClues:68 "while (keepLooping) {" "while (!keepLooping) {" 1543 crosswordsage/CrosswordCompiler.java:309 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 1544 crosswordsage/CrosswordSolver.java:214 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 1545 crosswordsage/Word.java:119 m 1 public_int_getClueIndex:117 "return clueIndex;" "return clueIndex++;" 1546 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (++j == 0) {" 1547 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getY() + 1 );" 1548 crosswordsage/CrosswordCompiler.java:286 c 1 private_void_jbInit:247 "btnSetNumbers.setMaximumSize( new java.awt.Dimension( 131, 27 ) );" "btnSetNumbers.setSize( new java.awt.Dimension( 131, 27 ) );" 1549 crosswordsage/CrosswordCompiler.java:202 c 1 private_void_compileClues:166 "acrossClues.append( w.getClue() + " (" + format + ")\n" );" "acrossClues.append( w.getFormat() + " (" + format + ")\n" );" 1550 crosswordsage/CrosswordCompiler.java:176 m 1 private_void_compileClues:166 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i++ );" 1551 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getY();" 1552 crosswordsage/Grid.java:289 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i++ < w.getX() + w.getLength(); i++) {" 1553 crosswordsage/Word.java:82 m 1 public_java.lang.String_getWord:78 "sb.append( letters.get( i ) );" "sb.append( letters.get( i++ ) );" 1554 crosswordsage/Grid.java:43 c 1 public_Grid:37 "setLayout( new java.awt.GridLayout( cw.getHeight(), cw.getWidth() ) );" "setLayout( new java.awt.GridLayout( cw.getHeight(), cw.getHeight() ) );" 1555 crosswordsage/MainScreen.java:194 c 1 private_void_loadPreferences:180 "JOptionPane.showMessageDialog( null, ex.getMessage() );" "JOptionPane.showMessageDialog( null, ex.getLocalizedMessage() );" 1556 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setFocusTraversalPolicyProvider( false );" 1557 crosswordsage/WordSolverPanel.java:114 m 1 public_void_actionPerformed:106 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ++i < words.size(); i++) {" 1558 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i != JOptionPane.YES_OPTION) {" 1559 crosswordsage/CrosswordCompiler.java:18 c 0 NA "private static int MARGIN_GAP = 8;" "private int MARGIN_GAP = 8;" 1560 crosswordsage/SolverGrid.java:78 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getX() == Word.ACROSS) {" 1561 crosswordsage/Square.java:259 m 1 public_int_getLetterIndexDown:257 "return letterIndexDown;" "return letterIndexDown++;" 1562 crosswordsage/Grid.java:341 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getClueIndex() == Word.DOWN) {" 1563 crosswordsage/MainScreen.java:109 c 1 private_void_jbInit:85 "mFile.setText( "File" );" "mFile.setLabel( "File" );" 1564 crosswordsage/Grid.java:392 c 1 public_void_mouseClicked:389 "if (selectedSquare.getIsBlank()) {" "if (selectedSquare.getFocusTraversalKeysEnabled()) {" 1565 crosswordsage/MainScreen.java:131 c 1 private_void_jbInit:85 "mFile_Preferences.setText( "Preferences" );" "mFile_Preferences.setToolTipText( "Preferences" );" 1566 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i-- <= rowEnd; i++, letterIndex++) {" 1567 crosswordsage/CrosswordCompiler.java:400 m 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getClickCount() >= 2) {" 1568 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getNextWord().addLetter( s.getLetter(), s.getLetterIndexAcross() );" 1569 crosswordsage/CrosswordCompiler.java:274 c 1 private_void_jbInit:247 "jList1.setPreferredSize( new java.awt.Dimension( 332, 300000 ) );" "jList1.setMinimumSize( new java.awt.Dimension( 332, 300000 ) );" 1570 crosswordsage/CrosswordCompiler.java:303 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1571 crosswordsage/SolverGrid.java:27 m 1 public_void_validate:25 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1572 crosswordsage/CrosswordCompiler.java:400 c 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getModifiers() == 2) {" 1573 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( -i - 1 );" 1574 crosswordsage/CrosswordCompiler.java:373 c 1 public_void_mouseClicked:369 "clueTextPane.setText( s );" "clueTextPane.setContentType( s );" 1575 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setDoubleBuffered( false );" 1576 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setFocusable( true );" 1577 crosswordsage/WordSolverPanel.java:75 c 1 private_void_jbInit:61 "jButton1.setText( "Find Possible Matches" );" "jButton1.setName( "Find Possible Matches" );" 1578 crosswordsage/Grid.java:296 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 1579 crosswordsage/Word.java:28 c 0 NA "private java.lang.String clue;" "private static java.lang.String clue;" 1580 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x-- && s2.getYPos() == y) {" 1581 crosswordsage/Grid.java:68 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( ~i, word.getX() );" 1582 crosswordsage/CrosswordCompiler.java:124 c 1 public_void_saveCrossword:121 "System.out.println( "JFileChooser tries " + ioDir.getAbsolutePath() );" "System.out.println( "JFileChooser tries " + ioDir.getPath() );" 1583 crosswordsage/CrosswordCompiler.java:46 c 0 NA "private javax.swing.JButton btnWriteClue = new javax.swing.JButton();" "private static javax.swing.JButton btnWriteClue = new javax.swing.JButton();" 1584 crosswordsage/CrosswordCompiler.java:188 m 1 private_void_compileClues:166 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i++ < words.size(); i++) {" 1585 crosswordsage/CrosswordCompiler.java:287 c 1 private_void_jbInit:247 "btnSetNumbers.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnSetNumbers.setMinimumSize( new java.awt.Dimension( 131, 27 ) );" 1586 crosswordsage/SolverGrid.java:71 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getWordDirection() >= Word.DOWN) {" 1587 crosswordsage/Grid.java:316 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() >= Word.ACROSS) {" 1588 crosswordsage/CrosswordCompiler.java:267 c 1 private_void_jbInit:247 "btnDeleteWord.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnDeleteWord.setSize( new java.awt.Dimension( 131, 27 ) );" 1589 crosswordsage/Grid.java:316 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() != Word.ACROSS) {" 1590 crosswordsage/CrosswordCompiler.java:174 m 1 private_void_compileClues:166 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; ~i < words.size(); i++) {" 1591 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response < JOptionPane.CANCEL_OPTION) {" 1592 crosswordsage/CrosswordSolver.java:102 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() >= Word.ACROSS) {" 1593 crosswordsage/Grid.java:165 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 1594 crosswordsage/Grid.java:259 m 1 private_void_blankSquares:257 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 1595 crosswordsage/CrosswordCompiler.java:272 c 1 private_void_jbInit:247 "jList1.setMaximumSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" "jList1.setPreferredSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" 1596 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == ++x && s2.getYPos() == y) {" 1597 crosswordsage/CrosswordSolver.java:37 c 0 NA "private javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" "private static javax.swing.border.Border brdThinGrey = BorderFactory.createLineBorder( Color.gray, 1 );" 1598 crosswordsage/MainScreen.java:102 c 1 private_void_jbInit:85 "mHelp.setText( "Help" );" "mHelp.setToolTipText( "Help" );" 1599 crosswordsage/Grid.java:317 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; j < letters.size(); j--) {" 1600 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getHeight()) {" 1601 crosswordsage/SolverGrid.java:108 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1602 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( -i - 1 );" 1603 crosswordsage/WordSolverPanel.java:75 c 1 private_void_jbInit:61 "jButton1.setText( "Find Possible Matches" );" "jButton1.setToolTipText( "Find Possible Matches" );" 1604 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getX() < startSquare.getY()) {" 1605 crosswordsage/SolverGrid.java:82 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getWordDirection() >= Word.DOWN) {" 1606 crosswordsage/CrosswordCompiler.java:342 c 1 public_void_actionPerformed:332 "java.util.ArrayList al = Utilities.getMatches( w.getWord() );" "java.util.ArrayList al = Utilities.getMatches( w.getClue() );" 1607 crosswordsage/SolverGrid.java:66 m 1 public_void_revealWord:60 "if (wd == selectedWord) {" "if (wd != selectedWord) {" 1608 crosswordsage/CrosswordSolver.java:102 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 1609 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (++response == JOptionPane.NO_OPTION) {" 1610 crosswordsage/WordSolverPanel.java:206 m 1 public_java.util.ArrayList_getMatches:197 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( -i ) );" 1611 crosswordsage/Square.java:63 c 1 public_Square:51 "lblClue.setMinimumSize( new java.awt.Dimension( 20, 30 ) );" "lblClue.setMaximumSize( new java.awt.Dimension( 20, 30 ) );" 1612 crosswordsage/Grid.java:296 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1613 crosswordsage/MainScreen.java:224 c 1 protected_void_showCrosswordBuilder:216 "mFile_Save.setEnabled( true );" "mFile_Save.setArmed( true );" 1614 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - colStart++ + 1;" 1615 crosswordsage/SolverGrid.java:133 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getX() == Word.DOWN) {" 1616 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (i-- == JOptionPane.YES_OPTION) {" 1617 crosswordsage/CrosswordSolver.java:184 c 1 private_void_jbInit:167 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setSize( new java.awt.Dimension( 500, 500 ) );" 1618 crosswordsage/CrosswordSolver.java:246 m 1 public_void_mouseClicked:239 "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( i );" "crosswordsage.Clue c = (crosswordsage.Clue) clues.get( ~i );" 1619 crosswordsage/WordSolverPanel.java:133 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i++ < anWords.size(); i++) {" 1620 crosswordsage/Square.java:23 c 0 NA "private int yPos;" "private static int yPos;" 1621 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart == ~colEnd) {" 1622 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response++ == JOptionPane.YES_OPTION) {" 1623 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getX() < w1.getClueIndex()) {" 1624 crosswordsage/WordSolverPanel.java:125 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i++ < anWords.size(); i++) {" 1625 crosswordsage/WordSolverPanel.java:40 c 0 NA "private javax.swing.Box box3 = Box.createHorizontalBox();" "private static javax.swing.Box box3 = Box.createHorizontalBox();" 1626 crosswordsage/Grid.java:289 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); ++i < w.getX() + w.getLength(); i++) {" 1627 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = rowEnd - --rowStart + 1;" 1628 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setFocusCycleRoot( prefs.getCheckNewVersions() );" 1629 crosswordsage/Clue.java:54 c 1 public_java.lang.String_toString:50 "s = String.valueOf( word.getClueIndex() ) + ". " + clue;" "s = String.valueOf( word.getWordDirection() ) + ". " + clue;" 1630 crosswordsage/CrosswordCompiler.java:197 c 1 private_void_compileClues:166 "downClues.append( w.getClueIndex() + ". " );" "downClues.append( w.getY() + ". " );" 1631 crosswordsage/CrosswordCompiler.java:50 c 0 NA "private javax.swing.border.Border brdMedBlack = BorderFactory.createLineBorder( Color.BLACK, 2 );" "private javax.swing.border.Border brdMedBlack;" 1632 crosswordsage/CrosswordSolver.java:183 c 1 private_void_jbInit:167 "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setSize( new java.awt.Dimension( 500, 500 ) );" 1633 crosswordsage/CrosswordCompiler.java:273 c 1 private_void_jbInit:247 "jList1.setMinimumSize( new java.awt.Dimension( 2, 17 ) );" "jList1.setMaximumSize( new java.awt.Dimension( 2, 17 ) );" 1634 crosswordsage/SolverGrid.java:71 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getWordDirection() < Word.DOWN) {" 1635 crosswordsage/WordSolverPanel.java:143 c 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (!tbAnagram.getToolTipText().equals( "" )) {" 1636 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart == ++rowEnd) {" 1637 crosswordsage/CrosswordCompiler.java:200 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 1638 crosswordsage/CrosswordCompiler.java:273 c 1 private_void_jbInit:247 "jList1.setMinimumSize( new java.awt.Dimension( 2, 17 ) );" "jList1.setPreferredSize( new java.awt.Dimension( 2, 17 ) );" 1639 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getXPos() );" 1640 crosswordsage/Grid.java:341 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 1641 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size >= 2 && ~size <= 20) {" 1642 crosswordsage/CrosswordCompiler.java:267 c 1 private_void_jbInit:247 "btnDeleteWord.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnDeleteWord.setMinimumSize( new java.awt.Dimension( 131, 27 ) );" 1643 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j > 0) {" 1644 crosswordsage/Grid.java:60 c 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getWordDirection(); i++, letterIndex++) {" 1645 crosswordsage/CrosswordSolver.java:181 c 1 private_void_jbInit:167 "btnRevealWord.setMaximumSize( new java.awt.Dimension( 160, 27 ) );" "btnRevealWord.setMinimumSize( new java.awt.Dimension( 160, 27 ) );" 1646 crosswordsage/PreferenceScreen.java:106 c 1 private_void_jbInit:78 "box2.setAlignmentX( 0f );" "box2.setAlignmentY( 0f );" 1647 crosswordsage/WordSolverPanel.java:108 c 1 public_void_actionPerformed:106 "java.util.ArrayList words = getMatches( jTextField1.getText().toLowerCase() );" "java.util.ArrayList words = getMatches( jTextField1.getToolTipText().toLowerCase() );" 1648 crosswordsage/MainScreen.java:121 c 1 private_void_jbInit:85 "mAction.setText( "Action" );" "mAction.setToolTipText( "Action" );" 1649 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - colStart - 1;" 1650 crosswordsage/SolverGrid.java:30 c 1 public_void_validate:25 "s.setBackground( Color.WHITE );" "s.setResetColour( Color.WHITE );" 1651 crosswordsage/Grid.java:136 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), letterIndex++ );" 1652 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getYPos() );" 1653 crosswordsage/Grid.java:332 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j < 0) {" 1654 crosswordsage/Preferences.java:31 m 1 public_boolean_getCheckNewVersions:29 "return checkNewVersions;" "return !checkNewVersions;" 1655 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getHeight();" 1656 crosswordsage/CrosswordCompiler.java:44 c 0 NA "private javax.swing.JButton btnSetNumbers = new javax.swing.JButton();" "private static javax.swing.JButton btnSetNumbers = new javax.swing.JButton();" 1657 crosswordsage/Square.java:74 c 1 public_Square:51 "midBox.setMinimumSize( new java.awt.Dimension( 20, 20 ) );" "midBox.setSize( new java.awt.Dimension( 20, 20 ) );" 1658 crosswordsage/Word.java:104 m 1 public_int_getX:102 "return x;" "return x--;" 1659 crosswordsage/SolverGrid.java:44 m 1 public_void_init:42 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1660 crosswordsage/WordSolverPanel.java:36 c 0 NA "private javax.swing.Box box1 = Box.createHorizontalBox();" "private javax.swing.Box box1;" 1661 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getY() ) );" 1662 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getWordDirection() + w.getLength(); i++) {" 1663 crosswordsage/CrosswordCompiler.java:176 m 1 private_void_compileClues:166 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i-- );" 1664 crosswordsage/SolverGrid.java:27 m 1 public_void_validate:25 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 1665 crosswordsage/CrosswordSolver.java:146 m 1 private_void_AddListeners:140 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 1666 crosswordsage/CrosswordCompiler.java:194 c 1 private_void_compileClues:166 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getX() );" 1667 crosswordsage/Clue.java:10 c 0 NA "private crosswordsage.Word word;" "private static crosswordsage.Word word;" 1668 crosswordsage/CrosswordCompiler.java:282 c 1 private_void_jbInit:247 "btnSuggestWords.setPreferredSize( new java.awt.Dimension( 103, 27 ) );" "btnSuggestWords.setSize( new java.awt.Dimension( 103, 27 ) );" 1669 crosswordsage/Grid.java:169 m 1 public_void_setClueNumbers:156 "for (int j = 0; j < al.size(); j++) {" "for (int j = 0; j++ < al.size(); j++) {" 1670 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (~j == 0) {" 1671 crosswordsage/Square.java:254 m 1 public_void_setLetterIndexDown:252 "letterIndexDown = i;" "letterIndexDown = ~i;" 1672 crosswordsage/Grid.java:493 m 1 public_void_keyTyped:490 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() > '\b') {" 1673 crosswordsage/SolverGrid.java:95 m 1 public_void_checkSolution:92 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 1674 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getComponentCount() );" 1675 crosswordsage/CrosswordCompiler.java:309 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1676 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setText( grid.getToolTipText() );" 1677 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setFocusTraversalKeysEnabled( cbUseProxy.isSelected() );" 1678 crosswordsage/CrosswordSolver.java:202 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 1679 crosswordsage/Grid.java:291 m 1 public_void_hiLightSelectedWord:282 "if (s != selectedSquare) {" "if (s == selectedSquare) {" 1680 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getLetterIndexDown()) {" 1681 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getLength() < w1.getClueIndex()) {" 1682 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getDebugGraphicsOptions() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 1683 crosswordsage/CrosswordSolver.java:99 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1684 crosswordsage/Preferences.java:51 c 1 public_void_setProxy:49 "this.proxy = s;" "this.proxy = proxyUserName;" 1685 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart > colEnd) {" 1686 crosswordsage/PreferenceScreen.java:49 c 0 NA "javax.swing.JLabel jLabel4 = new javax.swing.JLabel();" "javax.swing.JLabel jLabel4;" 1687 crosswordsage/CrosswordCompiler.java:262 c 1 private_void_jbInit:247 "btnGetClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnGetClue.setSize( new java.awt.Dimension( 100, 27 ) );" 1688 crosswordsage/CrosswordCompiler.java:299 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1689 crosswordsage/MainScreen.java:103 c 1 private_void_jbInit:85 "mHelp_About.setText( "About" );" "mHelp_About.setLabel( "About" );" 1690 crosswordsage/MainScreen.java:51 c 0 NA "javax.swing.JMenuItem mFile_SolveCrossword = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mFile_SolveCrossword;" 1691 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; --i < squares.size(); i++) {" 1692 crosswordsage/CrosswordSolver.java:212 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 1693 crosswordsage/Preferences.java:76 c 1 public_void_setProxyUserName:74 "proxyUserName = s;" "proxyUserName = proxyPassword;" 1694 crosswordsage/CrosswordSolver.java:197 c 1 private_void_jbInit:167 "btnRevealWord.setText( "Reveal Selected Word" );" "btnRevealWord.setName( "Reveal Selected Word" );" 1695 crosswordsage/Grid.java:122 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), letterIndex++ );" 1696 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setDoubleBuffered( true );" 1697 crosswordsage/Grid.java:60 m 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i++ < word.getX() + word.getLength(); i++, letterIndex++) {" 1698 crosswordsage/Grid.java:464 c 1 public_void_mouseExited:458 "sq.setBackground( sq.getResetColour() );" "sq.setForeground( sq.getResetColour() );" 1699 crosswordsage/Grid.java:418 m 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() && sq.getY() < startSquare.getY()) {" 1700 crosswordsage/MainScreen.java:131 c 1 private_void_jbInit:85 "mFile_Preferences.setText( "Preferences" );" "mFile_Preferences.setName( "Preferences" );" 1701 crosswordsage/Square.java:71 c 1 public_Square:51 "clueBox.setMinimumSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setPreferredSize( new java.awt.Dimension( 10, 10 ) );" 1702 crosswordsage/MainScreen.java:35 c 0 NA "javax.swing.JMenuItem mHelp_Instructions = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mHelp_Instructions;" 1703 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - ++colStart + 1;" 1704 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getXPos() == y) {" 1705 crosswordsage/SolverGrid.java:99 m 1 public_void_checkSolution:92 "if (w != null) {" "if (w == null) {" 1706 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 1707 crosswordsage/CrosswordCompiler.java:188 m 1 private_void_compileClues:166 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; --i < words.size(); i++) {" 1708 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setFocusTraversalKeysEnabled( false );" 1709 crosswordsage/Grid.java:316 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 1710 crosswordsage/CrosswordSolver.java:144 c 1 private_void_AddListeners:140 "java.util.ArrayList squares = grid.getSquares();" "java.util.ArrayList squares = grid.getSelectedWords();" 1711 crosswordsage/CrosswordSolver.java:202 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 1712 crosswordsage/Grid.java:17 c 0 NA "protected crosswordsage.Square selectedSquare;" "protected static crosswordsage.Square selectedSquare;" 1713 crosswordsage/CrosswordCompiler.java:324 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP-- ) );" 1714 crosswordsage/Grid.java:135 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getUIClassID() != "") {" 1715 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; ~i <= colEnd; i++, letterIndex++) {" 1716 crosswordsage/Grid.java:288 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 1717 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i++ < length; i++) {" 1718 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getHeight() ) );" 1719 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setName( prefs.getProxyPort() );" 1720 crosswordsage/Grid.java:172 m 1 public_void_setClueNumbers:156 "w.setClueIndex( clueNumber );" "w.setClueIndex( -clueNumber );" 1721 crosswordsage/Word.java:140 m 1 private_void_syncLetters:137 "char c = word.charAt( i );" "char c = word.charAt( i++ );" 1722 crosswordsage/Grid.java:167 c 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (!s.getIsCorrect()) {" 1723 crosswordsage/Square.java:49 c 0 NA "private boolean isCorrect = true;" "private boolean isCorrect;" 1724 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i-- < squares.size(); i++) {" 1725 crosswordsage/SolverGrid.java:34 m 1 public_void_validate:25 "if (s == selectedSquare) {" "if (s != selectedSquare) {" 1726 crosswordsage/CrosswordSolver.java:88 m 1 private_void_compileClues:68 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i++ < words.size(); i++) {" 1727 crosswordsage/CrosswordCompiler.java:200 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 1728 crosswordsage/Grid.java:109 m 1 public_void_CreateWord:96 "direction = Word.DOWN;" "direction = -Word.DOWN;" 1729 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getYPos() + 1, selectedSquare.getYPos() );" 1730 crosswordsage/Utilities.java:32 m 1 public_static_java.util.ArrayList_getMatches:25 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i < s.length(); i--) {" 1731 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getY() < w1.getClueIndex()) {" 1732 crosswordsage/Grid.java:229 m 1 public_crosswordsage.Square_findSquare:226 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 1733 crosswordsage/CrosswordCompiler.java:289 c 1 private_void_jbInit:247 "btnSetNumbers.setText( "Set Clue Numbers" );" "btnSetNumbers.setActionCommand( "Set Clue Numbers" );" 1734 crosswordsage/Preferences.java:13 c 0 NA "private boolean checkNewVersions = true;" "private boolean checkNewVersions;" 1735 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getYPos() ) );" 1736 crosswordsage/CrosswordCompiler.java:270 c 1 private_void_jbInit:247 "grid.setPreferredSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" 1737 crosswordsage/Grid.java:66 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getLength() == Word.DOWN) {" 1738 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getComponentCount() < startSquare.getY()) {" 1739 crosswordsage/WordSolverPanel.java:111 m 1 public_void_actionPerformed:106 "if (words.size() == 0) {" "if (words.size() <= 0) {" 1740 crosswordsage/Grid.java:344 m 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if ((s.getLetter() == " " || s.getLetter() == "*") && s.getLetter() == "") {" 1741 crosswordsage/Grid.java:298 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( i, w.getY() );" 1742 crosswordsage/Grid.java:290 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getY(), -i );" 1743 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getYPos() );" 1744 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 1745 crosswordsage/CrosswordCompiler.java:414 c 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getX() + w.getLength(); i++) {" 1746 crosswordsage/Grid.java:269 m 1 private_void_dissociateSquares:266 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 1747 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getWidth() != startSquare.getY()) {" 1748 crosswordsage/CrosswordCompiler.java:272 c 1 private_void_jbInit:247 "jList1.setMaximumSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" "jList1.setSize( new java.awt.Dimension( 2147483647, 2147483647 ) );" 1749 crosswordsage/CrosswordSolver.java:186 c 1 private_void_jbInit:167 "jList1.setMaximumSize( new java.awt.Dimension( 2000, 2000 ) );" "jList1.setPreferredSize( new java.awt.Dimension( 2000, 2000 ) );" 1750 crosswordsage/MainScreen.java:49 c 0 NA "javax.swing.JMenuItem mFile_Print = new javax.swing.JMenuItem();" "javax.swing.JMenuItem mFile_Print;" 1751 crosswordsage/Grid.java:70 c 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setLetterIndexAcross( letterIndex );" 1752 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setInheritsPopupMenu( true );" 1753 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" 1754 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (--response == JOptionPane.YES_OPTION) {" 1755 crosswordsage/Preferences.java:76 c 1 public_void_setProxyUserName:74 "proxyUserName = s;" "proxyUserName = proxy;" 1756 crosswordsage/Grid.java:124 c 1 public_void_CreateWord:96 "if (s.getWordDown() != null) {" "if (s.getWord() != null) {" 1757 crosswordsage/CrosswordCompiler.java:408 c 1 public_void_mouseClicked:398 "if (sq.getWordDown() != null) {" "if (sq.getNextWord() != null) {" 1758 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setAutoscrolls( prefs.getUseProxy() );" 1759 crosswordsage/PreferenceScreen.java:137 c 1 private_void_save:132 "prefs.setProxyPassword( tbPassword.getText() );" "prefs.setProxyPassword( tbPassword.getToolTipText() );" 1760 crosswordsage/CrosswordCompiler.java:196 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 1761 crosswordsage/Grid.java:313 m 1 public_void_repopulateWords:309 "for (int i = 0; i < al.size(); i++) {" "for (int i = 0; i-- < al.size(); i++) {" 1762 crosswordsage/Grid.java:113 m 1 public_void_CreateWord:96 "crosswordsage.Word word = new crosswordsage.Word( colStart, rowStart, direction, length );" "crosswordsage.Word word = new crosswordsage.Word( colStart--, rowStart, direction, length );" 1763 crosswordsage/CrosswordSolver.java:193 c 1 private_void_jbInit:167 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setSize( new java.awt.Dimension( 100, 200 ) );" 1764 crosswordsage/CrosswordCompiler.java:259 c 1 private_void_jbInit:247 "btnAddWord.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnAddWord.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" 1765 crosswordsage/Preferences.java:86 c 1 public_void_setProxyPassword:84 "proxyPassword = s;" "proxyPassword = proxyUserName;" 1766 crosswordsage/PreferenceScreen.java:92 c 1 private_void_jbInit:78 "tbPassword.setText( "" );" "tbPassword.setActionCommand( "" );" 1767 crosswordsage/Grid.java:230 m 1 public_crosswordsage.Square_findSquare:226 "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i++ );" 1768 crosswordsage/CrosswordSolver.java:99 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() > Word.DOWN) {" 1769 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getYPos() == --y) {" 1770 crosswordsage/SolverGrid.java:186 m 1 public_void_keyTyped:183 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() >= '\b') {" 1771 crosswordsage/CrosswordCompiler.java:174 m 1 private_void_compileClues:166 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i-- < words.size(); i++) {" 1772 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getWordDirection() );" 1773 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( --i - 1 );" 1774 crosswordsage/Grid.java:290 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getX(), i );" 1775 crosswordsage/Grid.java:136 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), letterIndex-- );" 1776 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getLetterIndexDown(), selectedSquare.getYPos() + 1 );" 1777 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setText( grid.getName() );" 1778 crosswordsage/WordSolverPanel.java:146 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() < 0) {" 1779 crosswordsage/CrosswordCompiler.java:92 c 1 public_void_loadCrossword:85 "java.io.File f = chooser.getSelectedFile();" "java.io.File f = chooser.getCurrentDirectory();" 1780 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getY(); i++) {" 1781 crosswordsage/SolverGrid.java:128 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() % 1 );" 1782 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getHeight(), selectedSquare.getYPos() + 1 );" 1783 crosswordsage/Grid.java:161 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i-- < words.size(); i++) {" 1784 crosswordsage/CrosswordSolver.java:212 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 1785 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getClueIndex(), w.getX() );" 1786 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getY() );" 1787 crosswordsage/SolverGrid.java:78 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getWordDirection() != Word.ACROSS) {" 1788 crosswordsage/PreferenceScreen.java:43 c 0 NA "javax.swing.Box box5 = Box.createHorizontalBox();" "javax.swing.Box box5;" 1789 crosswordsage/WordSolverPanel.java:75 c 1 private_void_jbInit:61 "jButton1.setText( "Find Possible Matches" );" "jButton1.setLabel( "Find Possible Matches" );" 1790 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getY() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 1791 crosswordsage/SolverGrid.java:100 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() >= Word.ACROSS) {" 1792 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setInheritsPopupMenu( cbUseProxy.isSelected() );" 1793 crosswordsage/SolverGrid.java:108 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 1794 crosswordsage/Grid.java:314 m 1 public_void_repopulateWords:309 "crosswordsage.Word w = (crosswordsage.Word) al.get( i );" "crosswordsage.Word w = (crosswordsage.Word) al.get( ~i );" 1795 crosswordsage/WordSolverPanel.java:150 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( -i ) );" 1796 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getY(); i++) {" 1797 crosswordsage/Crossword.java:23 c 0 NA "private java.util.ArrayList words;" "private static java.util.ArrayList words;" 1798 crosswordsage/CrosswordCompiler.java:415 c 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( i, w.getWordDirection() );" 1799 crosswordsage/CrosswordSolver.java:191 c 1 private_void_jbInit:167 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setRequestFocusEnabled( true );" 1800 crosswordsage/CrosswordSolver.java:89 m 1 private_void_compileClues:68 "crosswordsage.Word w = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w = (crosswordsage.Word) words.get( -i );" 1801 crosswordsage/CrosswordCompiler.java:281 c 1 private_void_jbInit:247 "btnSuggestWords.setMaximumSize( new java.awt.Dimension( 103, 27 ) );" "btnSuggestWords.setPreferredSize( new java.awt.Dimension( 103, 27 ) );" 1802 crosswordsage/SolverGrid.java:71 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.DOWN) {" "if (wd.getLength() == Word.DOWN) {" 1803 crosswordsage/CrosswordCompiler.java:225 m 1 private_void_AddListeners:214 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 1804 crosswordsage/CrosswordCompiler.java:337 c 1 public_void_actionPerformed:332 "if (e.getActionCommand() == btnDeleteWord.getActionCommand()) {" "if (e.getActionCommand() == btnDeleteWord.getLabel()) {" 1805 crosswordsage/WordSolverPanel.java:125 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; i-- < anWords.size(); i++) {" 1806 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == x && s2.getLetterIndexAcross() == y) {" 1807 crosswordsage/Grid.java:379 m 1 public_void_removeListeners:377 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 1808 crosswordsage/Word.java:20 c 0 NA "private java.lang.String word;" "private static java.lang.String word;" 1809 crosswordsage/WordSolverPanel.java:125 m 1 public_void_actionPerformed:106 "for (int i = 0; i < anWords.size(); i++) {" "for (int i = 0; --i < anWords.size(); i++) {" 1810 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart, -i );" 1811 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setInheritsPopupMenu( cbUseProxy.isSelected() );" 1812 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setVerifyInputWhenFocusTarget( cbUseProxy.isSelected() );" 1813 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getHeight() != startSquare.getY()) {" 1814 crosswordsage/WordSolverPanel.java:155 c 1 public_void_actionPerformed:106 "jTextArea1.setCaretPosition( 0 );" "jTextArea1.setSelectionStart( 0 );" 1815 crosswordsage/Grid.java:98 c 1 public_void_CreateWord:96 "int rowStart = startSquare.getXPos();" "int rowStart = startSquare.getY();" 1816 crosswordsage/SolverGrid.java:128 m 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() - 1 );" 1817 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i++ < w.getY() + w.getLength(); i++) {" 1818 crosswordsage/CrosswordCompiler.java:324 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 1819 crosswordsage/SolverGrid.java:101 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getXPos() ) );" 1820 crosswordsage/WordSolverPanel.java:108 c 1 public_void_actionPerformed:106 "java.util.ArrayList words = getMatches( jTextField1.getText().toLowerCase() );" "java.util.ArrayList words = getMatches( jTextField1.getUIClassID().toLowerCase() );" 1821 crosswordsage/CrosswordSolver.java:211 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 1822 crosswordsage/Grid.java:117 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( rowStart, i );" "crosswordsage.Square s = findSquare( rowStart--, i );" 1823 crosswordsage/Grid.java:502 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 1824 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getHeight() && sq.getY() != startSquare.getY()) {" 1825 crosswordsage/Square.java:155 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 1826 crosswordsage/Grid.java:131 m 1 public_void_CreateWord:96 "crosswordsage.Square s = findSquare( i, colStart );" "crosswordsage.Square s = findSquare( i, colStart-- );" 1827 crosswordsage/SolverGrid.java:134 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getYPos() );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos() + 1, selectedSquare.getLetterIndexAcross() );" 1828 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getLetterIndexDown();" 1829 crosswordsage/Grid.java:59 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getClueIndex() == Word.ACROSS) {" 1830 crosswordsage/CrosswordCompiler.java:413 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1831 crosswordsage/Square.java:244 m 1 public_void_setLetterIndexAcross:242 "letterIndexAcross = i;" "letterIndexAcross = ~i;" 1832 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setRequestFocusEnabled( prefs.getUseProxy() );" 1833 crosswordsage/Grid.java:59 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getWordDirection() <= Word.ACROSS) {" 1834 crosswordsage/Grid.java:316 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 1835 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j <= 0) {" 1836 crosswordsage/Grid.java:405 c 1 public_void_mouseClicked:389 "sq.setBackground( Color.WHITE );" "sq.setForeground( Color.WHITE );" 1837 crosswordsage/CrosswordSolver.java:200 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1838 crosswordsage/WordSolverPanel.java:24 c 0 NA "private javax.swing.JTextField jTextField1 = new javax.swing.JTextField();" "private static javax.swing.JTextField jTextField1 = new javax.swing.JTextField();" 1839 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i++ ) == '*' || s.charAt( i ) == ' ') {" 1840 crosswordsage/MainScreen.java:114 c 1 private_void_jbInit:85 "mFile_Load.setText( "Load Crossword to Edit" );" "mFile_Load.setLabel( "Load Crossword to Edit" );" 1841 crosswordsage/Grid.java:296 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 1842 crosswordsage/Grid.java:161 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; i++ < words.size(); i++) {" 1843 crosswordsage/Grid.java:116 m 1 public_void_CreateWord:96 "for (int i = colStart, letterIndex = 0; i <= colEnd; i++, letterIndex++) {" "for (int i = colStart, letterIndex = 0; i <= colEnd++; i++, letterIndex++) {" 1844 crosswordsage/WordSolverPanel.java:155 c 1 public_void_actionPerformed:106 "jTextArea1.setCaretPosition( 0 );" "jTextArea1.setColumns( 0 );" 1845 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setSelected( prefs.getCheckNewVersions() );" 1846 crosswordsage/Grid.java:343 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + j, w.getClueIndex() );" 1847 crosswordsage/WordSolverPanel.java:135 m 1 public_void_actionPerformed:106 "for (int j = 0; j < words.size(); j++) {" "for (int j = 0; ~j < words.size(); j++) {" 1848 crosswordsage/Grid.java:345 m 1 public_void_repopulateWords:309 "java.lang.String let = (java.lang.String) letters.get( j );" "java.lang.String let = (java.lang.String) letters.get( j++ );" 1849 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getComponentCount() ) );" 1850 crosswordsage/Grid.java:289 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i-- < w.getX() + w.getLength(); i++) {" 1851 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response++ == JOptionPane.CANCEL_OPTION) {" 1852 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i != rowEnd; i++, letterIndex++) {" 1853 crosswordsage/CrosswordSolver.java:247 c 1 public_void_mouseClicked:239 "if (grid.getSelectedClue() == c.getClue()) {" "if (grid.getToolTipText() == c.getClue()) {" 1854 crosswordsage/Grid.java:61 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getY(), i++ );" 1855 crosswordsage/CrosswordCompiler.java:288 c 1 private_void_jbInit:247 "btnSetNumbers.setToolTipText( "" );" "btnSetNumbers.setActionCommand( "" );" 1856 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setClueNumber( w.getLength() );" 1857 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (--response == JOptionPane.NO_OPTION) {" 1858 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getY() + w.getLength(); i++) {" 1859 crosswordsage/Grid.java:129 m 1 public_void_CreateWord:96 "if (direction == Word.DOWN) {" "if (++direction == Word.DOWN) {" 1860 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart < colEnd) {" 1861 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setFocusable( prefs.getCheckNewVersions() );" 1862 crosswordsage/CrosswordCompiler.java:124 c 1 public_void_saveCrossword:121 "System.out.println( "JFileChooser tries " + ioDir.getAbsolutePath() );" "System.out.println( "JFileChooser tries " + ioDir.getName() );" 1863 crosswordsage/Grid.java:288 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 1864 crosswordsage/PreferenceScreen.java:117 c 1 private_void_jbInit:78 "tbPassword.setText( prefs.getProxyPassword() );" "tbPassword.setText( prefs.getProxyUserName() );" 1865 crosswordsage/Grid.java:341 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() != Word.DOWN) {" 1866 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setFocusable( cbUseProxy.isSelected() );" 1867 crosswordsage/Grid.java:297 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); ++i < w.getY() + w.getLength(); i++) {" 1868 crosswordsage/SolverGrid.java:64 c 1 public_void_revealWord:60 "crosswordsage.Word wd = s.getWordDown();" "crosswordsage.Word wd = s.getWordAcross();" 1869 crosswordsage/CrosswordSolver.java:99 c 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 1870 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); ~i < w.getY() + w.getLength(); i++) {" 1871 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == ~x && s2.getYPos() == y) {" 1872 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getY() ) );" 1873 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getClue().charAt( s.getLetterIndexAcross() ) );" 1874 crosswordsage/WordSolverPanel.java:203 m 1 public_java.util.ArrayList_getMatches:197 "if (s.charAt( i ) == '*') {" "if (s.charAt( i ) < '*') {" 1875 crosswordsage/SolverGrid.java:127 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getWordDirection() < Word.ACROSS) {" 1876 crosswordsage/SolverGrid.java:67 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getWordDirection() != Word.ACROSS) {" 1877 crosswordsage/Grid.java:462 c 1 public_void_mouseExited:458 "sq.setBackground( Color.BLUE );" "sq.setResetColour( Color.BLUE );" 1878 crosswordsage/CrosswordCompiler.java:42 c 0 NA "private javax.swing.JButton btnSuggestWords = new javax.swing.JButton();" "private static javax.swing.JButton btnSuggestWords = new javax.swing.JButton();" 1879 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getWidth() );" 1880 crosswordsage/Grid.java:437 c 1 public_void_mouseClicked:389 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWordAcross();" 1881 crosswordsage/Grid.java:289 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getLength() + w.getLength(); i++) {" 1882 crosswordsage/WordSolverPanel.java:206 m 1 public_java.util.ArrayList_getMatches:197 "sb.append( s.charAt( i ) );" "sb.append( s.charAt( i-- ) );" 1883 crosswordsage/CrosswordSolver.java:198 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );" 1884 crosswordsage/CrosswordCompiler.java:264 c 1 private_void_jbInit:247 "btnGetClue.setText( "Get Clue" );" "btnGetClue.setName( "Get Clue" );" 1885 crosswordsage/Square.java:274 m 1 public_void_setIsCorrect:272 "isCorrect = b;" "isCorrect = !b;" 1886 crosswordsage/CrosswordCompiler.java:198 c 1 private_void_compileClues:166 "downClues.append( w.getClue() + " (" + format + ")\n" );" "downClues.append( w.getFormat() + " (" + format + ")\n" );" 1887 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j++ == 0) {" 1888 crosswordsage/PreferenceScreen.java:87 c 1 private_void_jbInit:78 "btnSave.setText( "Save" );" "btnSave.setLabel( "Save" );" 1889 crosswordsage/PreferenceScreen.java:86 c 1 private_void_jbInit:78 "cbNewerVersions.setText( "Auto-check for newer versions" );" "cbNewerVersions.setLabel( "Auto-check for newer versions" );" 1890 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getHeight();" 1891 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setEditable( cbUseProxy.isSelected() );" 1892 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setFocusTraversalPolicyProvider( cbUseProxy.isSelected() );" 1893 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getDebugGraphicsOptions() ) );" 1894 crosswordsage/CrosswordCompiler.java:263 c 1 private_void_jbInit:247 "btnGetClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnGetClue.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 1895 crosswordsage/Grid.java:341 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() < Word.DOWN) {" 1896 crosswordsage/WordSolverPanel.java:144 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getUIClassID().toLowerCase() );" 1897 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setVisible( true );" 1898 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setIgnoreRepaint( prefs.getUseProxy() );" 1899 crosswordsage/Word.java:119 m 1 public_int_getClueIndex:117 "return clueIndex;" "return clueIndex--;" 1900 crosswordsage/Grid.java:122 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), ~letterIndex );" 1901 crosswordsage/Grid.java:70 c 1 public_void_setCrossword:53 "s.setLetterIndexDown( letterIndex );" "s.setClueNumber( letterIndex );" 1902 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyUserName(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" 1903 crosswordsage/CrosswordSolver.java:247 m 1 public_void_mouseClicked:239 "if (grid.getSelectedClue() == c.getClue()) {" "if (grid.getSelectedClue() != c.getClue()) {" 1904 crosswordsage/Square.java:166 m 1 public_crosswordsage.Word_getWord:164 "if (!isBlank) {" "if (isBlank) {" 1905 crosswordsage/WordSolverPanel.java:146 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() <= 0) {" 1906 crosswordsage/WordSolverPanel.java:136 m 1 public_void_actionPerformed:106 "java.lang.String s2 = (java.lang.String) words.get( j );" "java.lang.String s2 = (java.lang.String) words.get( ~j );" 1907 crosswordsage/Grid.java:136 m 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getLetter(), ~letterIndex );" 1908 crosswordsage/Grid.java:58 m 1 public_void_setCrossword:53 "crosswordsage.Word word = (crosswordsage.Word) words.get( k );" "crosswordsage.Word word = (crosswordsage.Word) words.get( ~k );" 1909 crosswordsage/Grid.java:60 m 1 public_void_setCrossword:53 "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getX(), letterIndex = 0; i < word.getX() + word.getLength(); i--, letterIndex++) {" 1910 crosswordsage/Grid.java:259 m 1 private_void_blankSquares:257 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 1911 crosswordsage/CrosswordCompiler.java:409 c 1 public_void_mouseClicked:398 "sq.getWordDown().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" "sq.getWordDown().addLetter( sq.getLetter(), sq.getDebugGraphicsOptions() );" 1912 crosswordsage/WordSolverPanel.java:70 c 1 private_void_jbInit:61 "jTextField1.setPreferredSize( new java.awt.Dimension( 100, 21 ) );" "jTextField1.setMinimumSize( new java.awt.Dimension( 100, 21 ) );" 1913 crosswordsage/WordSolverPanel.java:134 m 1 public_void_actionPerformed:106 "java.lang.String s1 = (java.lang.String) anWords.get( i );" "java.lang.String s1 = (java.lang.String) anWords.get( i-- );" 1914 crosswordsage/PreferenceScreen.java:37 c 0 NA "javax.swing.Box box1 = Box.createHorizontalBox();" "javax.swing.Box box1;" 1915 crosswordsage/MainScreen.java:126 c 1 private_void_jbInit:85 "mEdit.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mEdit.setForeground( new java.awt.Color( 199, 223, 236 ) );" 1916 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() + ~j );" 1917 crosswordsage/WordSolverPanel.java:73 c 1 private_void_jbInit:61 "jButton1.setPreferredSize( new java.awt.Dimension( 150, 27 ) );" "jButton1.setSize( new java.awt.Dimension( 150, 27 ) );" 1918 crosswordsage/Word.java:114 m 1 public_void_setClueIndex:112 "clueIndex = i;" "clueIndex = -i;" 1919 crosswordsage/Grid.java:316 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 1920 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - ~colStart + 1;" 1921 crosswordsage/CrosswordSolver.java:94 c 1 private_void_compileClues:68 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getX() );" 1922 crosswordsage/Grid.java:176 m 1 public_void_setClueNumbers:156 "if (incrementClue) {" "if (!incrementClue) {" 1923 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < --length; i++) {" 1924 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size--, size );" 1925 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setIgnoreRepaint( true );" 1926 crosswordsage/Word.java:42 c 1 public_Word:38 "this.wordDirection = wordDirection;" "this.wordDirection = this.wordDirection;" 1927 crosswordsage/SolverGrid.java:63 m 1 public_void_revealWord:60 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 1928 crosswordsage/Grid.java:29 c 0 NA "private boolean doSelectStart = false;" "private boolean doSelectStart;" 1929 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getXPos() );" 1930 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setOpaque( cbUseProxy.isSelected() );" 1931 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getWordDirection() + w.getLength(); i++) {" 1932 crosswordsage/CrosswordCompiler.java:151 c 1 public_void_print:143 "cp.setDownClues( downClues.toString() );" "cp.setTitle( downClues.toString() );" 1933 crosswordsage/Grid.java:59 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getLength() == Word.ACROSS) {" 1934 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + ~j, w.getX() );" 1935 crosswordsage/Grid.java:100 c 1 public_void_CreateWord:96 "int rowEnd = endSquare.getXPos();" "int rowEnd = endSquare.getWidth();" 1936 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getX() ) );" 1937 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getHeight() ) );" 1938 crosswordsage/CrosswordCompiler.java:305 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 1939 crosswordsage/PreferenceScreen.java:134 c 1 private_void_save:132 "prefs.setCheckNewVersions( cbNewerVersions.isSelected() );" "prefs.setUseProxy( cbNewerVersions.isSelected() );" 1940 crosswordsage/MainScreen.java:114 c 1 private_void_jbInit:85 "mFile_Load.setText( "Load Crossword to Edit" );" "mFile_Load.setToolTipText( "Load Crossword to Edit" );" 1941 crosswordsage/CrosswordCompiler.java:268 c 1 private_void_jbInit:247 "btnDeleteWord.setText( "Delete Selected Word" );" "btnDeleteWord.setName( "Delete Selected Word" );" 1942 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getClue().charAt( s.getLetterIndexDown() ) );" 1943 crosswordsage/Square.java:72 c 1 public_Square:51 "clueBox.setMaximumSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setPreferredSize( new java.awt.Dimension( 10, 10 ) );" 1944 crosswordsage/CrosswordCompiler.java:413 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 1945 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getLength() < w1.getClueIndex()) {" 1946 crosswordsage/CrosswordCompiler.java:56 c 0 NA "private java.lang.StringBuffer downClues;" "private static java.lang.StringBuffer downClues;" 1947 crosswordsage/Square.java:284 m 1 public_void_setFontSize:282 "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, i ) );" "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, -i ) );" 1948 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = (rowEnd - rowStart) * 1;" 1949 crosswordsage/WordSolverPanel.java:202 m 1 public_java.util.ArrayList_getMatches:197 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i-- < s.length(); i++) {" 1950 crosswordsage/Grid.java:316 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 1951 crosswordsage/Grid.java:110 m 1 public_void_CreateWord:96 "length = rowEnd - rowStart + 1;" "length = --rowEnd - rowStart + 1;" 1952 crosswordsage/CrosswordSolver.java:29 c 0 NA "private crosswordsage.Crossword cw;" "private static crosswordsage.Crossword cw;" 1953 crosswordsage/MainScreen.java:119 c 1 private_void_jbInit:85 "mFile_NewCrossword.setText( "New Crossword" );" "mFile_NewCrossword.setToolTipText( "New Crossword" );" 1954 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getY() ) );" 1955 crosswordsage/Grid.java:326 c 1 public_void_repopulateWords:309 "s.setBackground( Color.WHITE );" "s.setResetColour( Color.WHITE );" 1956 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart != rowEnd) {" 1957 crosswordsage/MainScreen.java:196 c 1 private_void_loadPreferences:180 "JOptionPane.showMessageDialog( null, ex.getMessage() );" "JOptionPane.showMessageDialog( null, ex.getLocalizedMessage() );" 1958 crosswordsage/CrosswordSolver.java:79 c 1 private_void_compileClues:68 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getY()) {" 1959 crosswordsage/WordSolverPanel.java:82 c 1 private_void_jbInit:61 "jTextArea1.setRows( 15 );" "jTextArea1.setColumns( 15 );" 1960 crosswordsage/WordSolverPanel.java:155 c 1 public_void_actionPerformed:106 "jTextArea1.setCaretPosition( 0 );" "jTextArea1.setDebugGraphicsOptions( 0 );" 1961 crosswordsage/Grid.java:61 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( word.getY(), i );" "crosswordsage.Square s = findSquare( word.getY(), i-- );" 1962 crosswordsage/Grid.java:171 c 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getWordDirection() == 0) {" 1963 crosswordsage/SolverGrid.java:109 c 1 public_void_checkSolution:92 "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( w.getWord().charAt( s.getXPos() ) );" 1964 crosswordsage/Grid.java:320 m 1 public_void_repopulateWords:309 "java.lang.String let = (java.lang.String) letters.get( j );" "java.lang.String let = (java.lang.String) letters.get( -j );" 1965 crosswordsage/MainScreen.java:106 c 1 private_void_jbInit:85 "mHelp_Instructions.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mHelp_Instructions.setForeground( new java.awt.Color( 199, 223, 236 ) );" 1966 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getHeight() ) );" 1967 crosswordsage/PreferenceScreen.java:126 c 1 private_void_enableProxyOptions:124 "tbPassword.setEnabled( cbUseProxy.isSelected() );" "tbPassword.setEditable( cbUseProxy.isSelected() );" 1968 crosswordsage/Square.java:189 m 1 public_crosswordsage.Word_getNextWord:176 "if (wordDown != null) {" "if (wordDown == null) {" 1969 crosswordsage/Grid.java:333 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setLetterIndexAcross( w.getClueIndex() );" 1970 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setText( grid.getUIClassID() );" 1971 crosswordsage/MainScreen.java:128 c 1 private_void_jbInit:85 "mEdit_Split.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mEdit_Split.setForeground( new java.awt.Color( 199, 223, 236 ) );" 1972 crosswordsage/CrosswordCompiler.java:65 c 1 public_CrosswordCompiler:60 "grid = new crosswordsage.Grid( cw );" "grid = new crosswordsage.SolverGrid( cw );" 1973 crosswordsage/SolverGrid.java:29 c 1 public_void_validate:25 "if (s.getWord() != null) {" "if (s.getWordDown() != null) {" 1974 crosswordsage/Grid.java:360 m 1 public_void_repopulateWords:309 "if (s == selectedSquare) {" "if (s != selectedSquare) {" 1975 crosswordsage/CrosswordSolver.java:91 m 1 private_void_compileClues:68 "if (w.getFormat() != null) {" "if (w.getFormat() == null) {" 1976 crosswordsage/CrosswordSolver.java:179 c 1 private_void_jbInit:167 "btnCheckSolution.setText( "Check Solution" );" "btnCheckSolution.setName( "Check Solution" );" 1977 crosswordsage/SolverGrid.java:78 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getWordDirection() == -Word.ACROSS) {" 1978 crosswordsage/CrosswordCompiler.java:406 m 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); --i < w.getX() + w.getLength(); i++) {" 1979 crosswordsage/CrosswordCompiler.java:406 m 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); ++i < w.getX() + w.getLength(); i++) {" 1980 crosswordsage/CrosswordCompiler.java:258 c 1 private_void_jbInit:247 "btnAddWord.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnAddWord.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" 1981 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ~i - 1 );" 1982 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setRequestFocusEnabled( false );" 1983 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction != Word.ACROSS) {" 1984 crosswordsage/CrosswordCompiler.java:301 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 1985 crosswordsage/Crossword.java:51 m 1 public_int_getHeight:49 "return height;" "return -height;" 1986 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setFocusTraversalPolicyProvider( prefs.getCheckNewVersions() );" 1987 crosswordsage/CrosswordCompiler.java:307 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 1988 crosswordsage/SolverGrid.java:79 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wa.getFormat().charAt( s.getLetterIndexAcross() ) );" 1989 crosswordsage/Square.java:111 m 1 public_boolean_getIsBlank:109 "return isBlank;" "return !isBlank;" 1990 crosswordsage/MainScreen.java:289 c 1 protected_void_checkNewVersions:287 "if (prefs.getUseProxy()) {" "if (prefs.getCheckNewVersions()) {" 1991 crosswordsage/Grid.java:298 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( i, w.getClueIndex() );" 1992 crosswordsage/SolverGrid.java:96 c 1 public_void_checkSolution:92 "s.setIsCorrect( true );" "s.setIsBlank( true );" 1993 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getToolTipText(), s.getLetterIndexAcross() );" 1994 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getHeight() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 1995 crosswordsage/Grid.java:231 m 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getXPos() == --x && s2.getYPos() == y) {" 1996 crosswordsage/WordSolverPanel.java:77 c 1 private_void_jbInit:61 "jScrollPane1.setHorizontalScrollBarPolicy( JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );" "jScrollPane1.setVerticalScrollBarPolicy( JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );" 1997 crosswordsage/Utilities.java:46 m 1 public_static_java.util.ArrayList_getMatches:25 "while (b) {" "while (!b) {" 1998 crosswordsage/Grid.java:290 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( w.getY(), i );" "crosswordsage.Square s = findSquare( w.getWordDirection(), i );" 1999 crosswordsage/SolverGrid.java:105 c 1 public_void_checkSolution:92 "s.setIsCorrect( false );" "s.setIsBlank( false );" 2000 crosswordsage/Grid.java:506 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexDown() );" "w.addLetter( s, selectedSquare.getXPos() );" 2001 crosswordsage/PreferenceScreen.java:118 c 1 private_void_jbInit:78 "tbProxyName.setText( prefs.getProxy() );" "tbProxyName.setText( prefs.getProxyPassword() );" 2002 crosswordsage/Grid.java:268 m 1 private_void_dissociateSquares:266 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i < squares.size(); i--) {" 2003 crosswordsage/WordSolverPanel.java:144 c 1 public_void_actionPerformed:106 "java.util.ArrayList anWords = getAnagrams( tbAnagram.getText().toLowerCase() );" "java.util.ArrayList anWords = getAnagrams( tbAnagram.getToolTipText().toLowerCase() );" 2004 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (~response == JOptionPane.YES_OPTION) {" 2005 crosswordsage/CrosswordCompiler.java:44 c 0 NA "private javax.swing.JButton btnSetNumbers = new javax.swing.JButton();" "private javax.swing.JButton btnSetNumbers;" 2006 crosswordsage/Grid.java:165 m 1 public_void_setClueNumbers:156 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 2007 crosswordsage/WordSolverPanel.java:122 m 1 public_void_actionPerformed:106 "if (anWords.size() == 0) {" "if (anWords.size() >= 0) {" 2008 crosswordsage/PreferenceScreen.java:88 c 1 private_void_jbInit:78 "tbProxyName.setText( "" );" "tbProxyName.setToolTipText( "" );" 2009 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (size >= 2 && ++size <= 20) {" 2010 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getLetterIndexAcross() + 1 );" 2011 crosswordsage/CrosswordSolver.java:129 m 1 private_void_sortClueList:120 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i + 1 );" 2012 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' || s.charAt( ~i ) == ' ') {" 2013 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getX(); i++, letterIndex++) {" 2014 crosswordsage/Grid.java:86 m 1 public_void_Build:82 "crosswordsage.Square s = new crosswordsage.Square( i, j, Color.BLACK );" "crosswordsage.Square s = new crosswordsage.Square( i, ~j, Color.BLACK );" 2015 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getY() ) );" 2016 crosswordsage/Grid.java:259 m 1 private_void_blankSquares:257 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 2017 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; ++i < length; i++) {" 2018 crosswordsage/Grid.java:162 m 1 public_void_setClueNumbers:156 "crosswordsage.Word wd = (crosswordsage.Word) words.get( i );" "crosswordsage.Word wd = (crosswordsage.Word) words.get( i-- );" 2019 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; ++i <= rowEnd; i++, letterIndex++) {" 2020 crosswordsage/CrosswordCompiler.java:344 c 1 public_void_actionPerformed:332 "jList1.setSelectedIndex( 0 );" "jList1.setSelectionMode( 0 );" 2021 crosswordsage/CrosswordCompiler.java:408 c 1 public_void_mouseClicked:398 "if (sq.getWordDown() != null) {" "if (sq.getWord() != null) {" 2022 crosswordsage/MainScreen.java:130 c 1 private_void_jbInit:85 "mTools_Version.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mTools_Version.setForeground( new java.awt.Color( 199, 223, 236 ) );" 2023 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i > rowEnd; i++, letterIndex++) {" 2024 crosswordsage/Grid.java:130 m 1 public_void_CreateWord:96 "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex++) {" "for (int i = rowStart, letterIndex = 0; i <= rowEnd; i++, letterIndex--) {" 2025 crosswordsage/Word.java:22 c 0 NA "private java.util.ArrayList letters;" "private static java.util.ArrayList letters;" 2026 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (--j == 0) {" 2027 crosswordsage/Grid.java:121 c 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getUIClassID() != "") {" 2028 crosswordsage/CrosswordCompiler.java:337 m 1 public_void_actionPerformed:332 "if (e.getActionCommand() == btnDeleteWord.getActionCommand()) {" "if (e.getActionCommand() != btnDeleteWord.getActionCommand()) {" 2029 crosswordsage/Grid.java:25 c 0 NA "private crosswordsage.Square startSquare;" "private static crosswordsage.Square startSquare;" 2030 crosswordsage/SolverGrid.java:64 c 1 public_void_revealWord:60 "crosswordsage.Word wd = s.getWordDown();" "crosswordsage.Word wd = s.getWord();" 2031 crosswordsage/CrosswordCompiler.java:274 c 1 private_void_jbInit:247 "jList1.setPreferredSize( new java.awt.Dimension( 332, 300000 ) );" "jList1.setSize( new java.awt.Dimension( 332, 300000 ) );" 2032 crosswordsage/Utilities.java:32 m 1 public_static_java.util.ArrayList_getMatches:25 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i++ < s.length(); i++) {" 2033 crosswordsage/WordSolverPanel.java:108 c 1 public_void_actionPerformed:106 "java.util.ArrayList words = getMatches( jTextField1.getText().toLowerCase() );" "java.util.ArrayList words = getMatches( jTextField1.getSelectedText().toLowerCase() );" 2034 crosswordsage/CrosswordCompiler.java:259 c 1 private_void_jbInit:247 "btnAddWord.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnAddWord.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 2035 crosswordsage/MainScreen.java:123 c 1 private_void_jbInit:85 "mAction_Publish.setText( "Publish Crossword" );" "mAction_Publish.setActionCommand( "Publish Crossword" );" 2036 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getXPos()) {" 2037 crosswordsage/SolverGrid.java:103 c 1 public_void_checkSolution:92 "s.setIsCorrect( true );" "s.setIsBlank( true );" 2038 crosswordsage/Grid.java:297 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); ~i < w.getY() + w.getLength(); i++) {" 2039 crosswordsage/CrosswordSolver.java:23 c 0 NA "private javax.swing.Box vertBox;" "private static javax.swing.Box vertBox;" 2040 crosswordsage/SolverGrid.java:56 c 1 public_void_setSelectedWord:53 "selectedSquare = findSquare( w.getY(), w.getX() );" "selectedSquare = findSquare( w.getWordDirection(), w.getX() );" 2041 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart != colEnd) {" 2042 crosswordsage/CrosswordSolver.java:209 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 2043 crosswordsage/CrosswordCompiler.java:287 c 1 private_void_jbInit:247 "btnSetNumbers.setPreferredSize( new java.awt.Dimension( 131, 27 ) );" "btnSetNumbers.setSize( new java.awt.Dimension( 131, 27 ) );" 2044 crosswordsage/Grid.java:288 c 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 2045 crosswordsage/CrosswordCompiler.java:307 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 2046 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getComponentCount() || sq.getY() < startSquare.getY()) {" 2047 crosswordsage/Grid.java:124 m 1 public_void_CreateWord:96 "if (s.getWordDown() != null) {" "if (s.getWordDown() == null) {" 2048 crosswordsage/Grid.java:231 c 1 public_crosswordsage.Square_findSquare:226 "if (s2.getXPos() == x && s2.getYPos() == y) {" "if (s2.getX() == x && s2.getYPos() == y) {" 2049 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( --i - 1 );" 2050 crosswordsage/Grid.java:317 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; j++ < letters.size(); j++) {" 2051 crosswordsage/CrosswordCompiler.java:32 c 0 NA "private javax.swing.JList jList1 = new javax.swing.JList();" "private static javax.swing.JList jList1 = new javax.swing.JList();" 2052 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getWidth() );" 2053 crosswordsage/Grid.java:342 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; j++ < letters.size(); j++) {" 2054 crosswordsage/CrosswordSolver.java:81 m 1 private_void_compileClues:68 "words.add( index1, w2 );" "words.add( index1++, w2 );" 2055 crosswordsage/Word.java:40 c 1 public_Word:38 "this.x = x;" "x = x;" 2056 crosswordsage/SolverGrid.java:83 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wa.getWord().charAt( s.getHeight() ) );" 2057 crosswordsage/MainScreen.java:121 c 1 private_void_jbInit:85 "mAction.setText( "Action" );" "mAction.setLabel( "Action" );" 2058 crosswordsage/WordSolverPanel.java:48 c 0 NA "private javax.swing.border.Border border1 = BorderFactory.createLineBorder( Color.black, 2 );" "private javax.swing.border.Border border1;" 2059 crosswordsage/Grid.java:279 c 1 public_void_writeClue:276 "selectedWord.setClue( s );" "selectedWord.setWord( s );" 2060 crosswordsage/SolverGrid.java:95 m 1 public_void_checkSolution:92 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i-- );" 2061 crosswordsage/CrosswordSolver.java:102 m 1 private_void_compileClues:68 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 2062 crosswordsage/CrosswordCompiler.java:191 c 1 private_void_compileClues:166 "if (w.getFormat() != null) {" "if (w.getClue() != null) {" 2063 crosswordsage/MainScreen.java:162 c 1 private_void_BuildMenu:159 "mTools_Solve.setText( "Solve New Word" );" "mTools_Solve.setActionCommand( "Solve New Word" );" 2064 crosswordsage/SolverGrid.java:45 m 1 public_void_init:42 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( ~i );" 2065 crosswordsage/CrosswordCompiler.java:406 m 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i-- < w.getX() + w.getLength(); i++) {" 2066 crosswordsage/WordSolverPanel.java:44 c 0 NA "private javax.swing.JLabel jLabel1 = new javax.swing.JLabel();" "private javax.swing.JLabel jLabel1;" 2067 crosswordsage/Grid.java:450 c 1 public_void_mouseEntered:446 "sq.setResetColour( sq.getBackground() );" "sq.setResetColour( sq.getForeground() );" 2068 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getClue().charAt( s.getLetterIndexAcross() ) );" 2069 crosswordsage/MainScreen.java:125 c 1 private_void_jbInit:85 "mEdit.setText( "Edit" );" "mEdit.setActionCommand( "Edit" );" 2070 crosswordsage/Square.java:244 m 1 public_void_setLetterIndexAcross:242 "letterIndexAcross = i;" "letterIndexAcross = i--;" 2071 crosswordsage/PreferenceScreen.java:116 c 1 private_void_jbInit:78 "cbUseProxy.setSelected( prefs.getUseProxy() );" "cbUseProxy.setFocusCycleRoot( prefs.getUseProxy() );" 2072 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart == --rowEnd) {" 2073 crosswordsage/Grid.java:68 c 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( i, word.getClueIndex() );" 2074 crosswordsage/Word.java:43 c 1 public_Word:38 "this.length = length;" "length = length;" 2075 crosswordsage/Grid.java:66 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getWordDirection() == -Word.DOWN) {" 2076 crosswordsage/MainScreen.java:114 c 1 private_void_jbInit:85 "mFile_Load.setText( "Load Crossword to Edit" );" "mFile_Load.setActionCommand( "Load Crossword to Edit" );" 2077 crosswordsage/SolverGrid.java:82 c 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getY() == Word.DOWN) {" 2078 crosswordsage/Square.java:213 m 1 public_java.util.ArrayList_getWords:210 "if (wordAcross != null) {" "if (wordAcross == null) {" 2079 crosswordsage/Grid.java:502 m 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 2080 crosswordsage/Grid.java:57 m 1 public_void_setCrossword:53 "for (int k = 0; k < words.size(); k++) {" "for (int k = 0; ++k < words.size(); k++) {" 2081 crosswordsage/MainScreen.java:161 c 1 private_void_BuildMenu:159 "mTools.setText( "Tools" );" "mTools.setActionCommand( "Tools" );" 2082 crosswordsage/Square.java:101 m 1 public_int_getYPos:99 "return yPos;" "return yPos--;" 2083 crosswordsage/CrosswordCompiler.java:28 c 0 NA "private javax.swing.Box boxButtons;" "private static javax.swing.Box boxButtons;" 2084 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setRequestFocusEnabled( true );" 2085 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setRequestFocusEnabled( cbUseProxy.isSelected() );" 2086 crosswordsage/SolverGrid.java:135 c 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null && s.getNextWord() != null) {" 2087 crosswordsage/PreferenceScreen.java:25 c 0 NA "javax.swing.Box box2 = Box.createVerticalBox();" "javax.swing.Box box2;" 2088 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setFontSize( w.getClueIndex() );" 2089 crosswordsage/CrosswordSolver.java:214 m 1 private_void_jbInit:167 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( -MARGIN_GAP ) );" 2090 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setFocusable( false );" 2091 crosswordsage/CrosswordCompiler.java:289 c 1 private_void_jbInit:247 "btnSetNumbers.setText( "Set Clue Numbers" );" "btnSetNumbers.setName( "Set Clue Numbers" );" 2092 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getWordDirection(); i++) {" 2093 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (~direction == Word.ACROSS) {" 2094 crosswordsage/CrosswordCompiler.java:318 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( MARGIN_GAP++ ) );" 2095 crosswordsage/CrosswordCompiler.java:176 m 1 private_void_compileClues:166 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( ~i );" 2096 crosswordsage/MainScreen.java:95 m 1 private_void_jbInit:85 "this.setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );" "this.setDefaultCloseOperation( -JFrame.DO_NOTHING_ON_CLOSE );" 2097 crosswordsage/CrosswordCompiler.java:415 m 1 public_void_mouseClicked:398 "crosswordsage.Square sq = grid.findSquare( i, w.getX() );" "crosswordsage.Square sq = grid.findSquare( i++, w.getX() );" 2098 crosswordsage/CrosswordSolver.java:145 m 1 private_void_AddListeners:140 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; i++ < squares.size(); i++) {" 2099 crosswordsage/CrosswordCompiler.java:34 c 0 NA "private javax.swing.JScrollPane jScrollPane1 = new javax.swing.JScrollPane();" "private javax.swing.JScrollPane jScrollPane1;" 2100 crosswordsage/SolverGrid.java:133 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getWordDirection() <= Word.DOWN) {" 2101 crosswordsage/Grid.java:343 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY() + j, w.getX() );" "crosswordsage.Square s = findSquare( w.getY() + j++, w.getX() );" 2102 crosswordsage/CrosswordSolver.java:200 m 1 private_void_jbInit:167 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 2103 crosswordsage/WordSolverPanel.java:126 c 1 public_void_actionPerformed:106 "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getText() )) {" "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getSelectedText() )) {" 2104 crosswordsage/PreferenceScreen.java:45 c 0 NA "javax.swing.JLabel jLabel2 = new javax.swing.JLabel();" "javax.swing.JLabel jLabel2;" 2105 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() + --j );" 2106 crosswordsage/MainScreen.java:102 c 1 private_void_jbInit:85 "mHelp.setText( "Help" );" "mHelp.setName( "Help" );" 2107 crosswordsage/Square.java:244 m 1 public_void_setLetterIndexAcross:242 "letterIndexAcross = i;" "letterIndexAcross = i++;" 2108 crosswordsage/Grid.java:320 m 1 public_void_repopulateWords:309 "java.lang.String let = (java.lang.String) letters.get( j );" "java.lang.String let = (java.lang.String) letters.get( ~j );" 2109 crosswordsage/SolverGrid.java:67 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getWordDirection() >= Word.ACROSS) {" 2110 crosswordsage/WordSolverPanel.java:119 c 1 public_void_actionPerformed:106 "if (!tbAnagram.getText().equals( "" )) {" "if (!tbAnagram.getToolTipText().equals( "" )) {" 2111 crosswordsage/WordSolverPanel.java:127 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( i-- ) );" 2112 crosswordsage/WordSolverPanel.java:78 m 1 private_void_jbInit:61 "jScrollPane1.setVerticalScrollBarPolicy( JScrollPane.VERTICAL_SCROLLBAR_ALWAYS );" "jScrollPane1.setVerticalScrollBarPolicy( -JScrollPane.VERTICAL_SCROLLBAR_ALWAYS );" 2113 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getYPos() ) );" 2114 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setEditable( cbUseProxy.isSelected() );" 2115 crosswordsage/CrosswordCompiler.java:200 c 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 2116 crosswordsage/CrosswordSolver.java:187 c 1 private_void_jbInit:167 "jList1.setMinimumSize( new java.awt.Dimension( 2, 17 ) );" "jList1.setPreferredSize( new java.awt.Dimension( 2, 17 ) );" 2117 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setWheelScrollingEnabled( true );" 2118 crosswordsage/Grid.java:299 m 1 public_void_hiLightSelectedWord:282 "if (s != selectedSquare) {" "if (s == selectedSquare) {" 2119 crosswordsage/Grid.java:286 m 1 public_void_hiLightSelectedWord:282 "if (al != null && al.size() > 0) {" "if (al != null ^ al.size() > 0) {" 2120 crosswordsage/Grid.java:297 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i++ < w.getY() + w.getLength(); i++) {" 2121 crosswordsage/CrosswordSolver.java:128 m 1 private_void_sortClueList:120 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i-- < words.size(); i++) {" 2122 crosswordsage/PreferenceScreen.java:21 c 0 NA "javax.swing.JPanel jPanel1 = new javax.swing.JPanel();" "javax.swing.JPanel jPanel1;" 2123 crosswordsage/CrosswordCompiler.java:301 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 2124 crosswordsage/CrosswordSolver.java:130 m 1 private_void_sortClueList:120 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i++ );" 2125 crosswordsage/Grid.java:358 c 1 public_void_repopulateWords:309 "s.setClueNumber( w.getClueIndex() );" "s.setLetterIndexDown( w.getClueIndex() );" 2126 crosswordsage/Grid.java:170 m 1 public_void_setClueNumbers:156 "crosswordsage.Word w = (crosswordsage.Word) al.get( j );" "crosswordsage.Word w = (crosswordsage.Word) al.get( ~j );" 2127 crosswordsage/CrosswordSolver.java:181 c 1 private_void_jbInit:167 "btnRevealWord.setMaximumSize( new java.awt.Dimension( 160, 27 ) );" "btnRevealWord.setSize( new java.awt.Dimension( 160, 27 ) );" 2128 crosswordsage/Grid.java:346 m 1 public_void_repopulateWords:309 "if (let == "*") {" "if (let != "*") {" 2129 crosswordsage/CrosswordSolver.java:77 m 1 private_void_compileClues:68 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i * 1 );" 2130 crosswordsage/WordSolverPanel.java:127 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) anWords.get( i ) );" "jTextArea1.append( (java.lang.String) anWords.get( ~i ) );" 2131 crosswordsage/Grid.java:316 c 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getLength() == Word.ACROSS) {" 2132 crosswordsage/SolverGrid.java:31 c 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getNextWord() == selectedWord || s.getWordDown() == selectedWord) {" 2133 crosswordsage/CrosswordCompiler.java:403 c 1 public_void_mouseClicked:398 "w.setWord( s );" "w.setClue( s );" 2134 crosswordsage/CrosswordCompiler.java:279 c 1 private_void_jbInit:247 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setMinimumSize( new java.awt.Dimension( 100, 200 ) );" 2135 crosswordsage/SolverGrid.java:31 c 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWordAcross() == selectedWord || s.getNextWord() == selectedWord) {" 2136 crosswordsage/MainScreen.java:316 m 1 private_void_checkSave:304 "if (response == JOptionPane.CANCEL_OPTION) {" "if (response > JOptionPane.CANCEL_OPTION) {" 2137 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i-- - 1 );" 2138 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getXPos() + 1 );" 2139 crosswordsage/CrosswordCompiler.java:18 c 0 NA "private static int MARGIN_GAP = 8;" "private static int MARGIN_GAP;" 2140 crosswordsage/Grid.java:380 m 1 public_void_removeListeners:377 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( -i );" 2141 crosswordsage/Grid.java:85 m 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; ++j < crossword.getWidth(); j++) {" 2142 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setAutoscrolls( cbUseProxy.isSelected() );" 2143 crosswordsage/PreferenceScreen.java:17 c 0 NA "javax.swing.JButton btnSave = new javax.swing.JButton();" "javax.swing.JButton btnSave;" 2144 crosswordsage/CrosswordCompiler.java:414 m 1 public_void_mouseClicked:398 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); --i < w.getY() + w.getLength(); i++) {" 2145 crosswordsage/Grid.java:318 c 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getClueIndex() + j );" 2146 crosswordsage/MainScreen.java:313 m 1 private_void_checkSave:304 "if (response == JOptionPane.NO_OPTION) {" "if (response > JOptionPane.NO_OPTION) {" 2147 crosswordsage/CrosswordSolver.java:203 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 2148 crosswordsage/SolverGrid.java:100 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() == -Word.ACROSS) {" 2149 crosswordsage/SolverGrid.java:100 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 2150 crosswordsage/WordSolverPanel.java:183 m 1 public_java.util.ArrayList_getAnagrams:160 "if (result) {" "if (!result) {" 2151 crosswordsage/CrosswordCompiler.java:130 c 1 public_void_saveCrossword:121 "f.renameTo( new java.io.File( f.getAbsolutePath() + ".cws" ) );" "f.renameTo( new java.io.File( f.getParent() + ".cws" ) );" 2152 crosswordsage/SolverGrid.java:127 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getY() == Word.ACROSS) {" 2153 crosswordsage/Grid.java:67 m 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; --i < word.getY() + word.getLength(); i++, letterIndex++) {" 2154 crosswordsage/Grid.java:393 c 1 public_void_mouseClicked:389 "selectedSquare.setBackground( Color.BLACK );" "selectedSquare.setForeground( Color.BLACK );" 2155 crosswordsage/MainScreen.java:112 c 1 private_void_jbInit:85 "mFile_Save.setText( "Save Crossword" );" "mFile_Save.setLabel( "Save Crossword" );" 2156 crosswordsage/Grid.java:437 c 1 public_void_mouseClicked:389 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWordDown();" 2157 crosswordsage/Grid.java:297 c 1 public_void_hiLightSelectedWord:282 "for (int i = w.getY(); i < w.getY() + w.getLength(); i++) {" "for (int i = w.getY(); i < w.getY() + w.getWordDirection(); i++) {" 2158 crosswordsage/SolverGrid.java:133 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.DOWN) {" "if (selectedWord.getWordDirection() < Word.DOWN) {" 2159 crosswordsage/CrosswordCompiler.java:58 c 0 NA "private boolean doSaveCheck = false;" "private static boolean doSaveCheck = false;" 2160 crosswordsage/Grid.java:336 c 1 public_void_repopulateWords:309 "s.setBackground( Color.RED );" "s.setResetColour( Color.RED );" 2161 crosswordsage/Grid.java:139 c 1 public_void_CreateWord:96 "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexAcross() );" "s.getWordAcross().addLetter( s.getLetter(), s.getY() );" 2162 crosswordsage/WordSolverPanel.java:126 m 1 public_void_actionPerformed:106 "if (isTightAnagram( (java.lang.String) anWords.get( i ), tbAnagram.getText() )) {" "if (isTightAnagram( (java.lang.String) anWords.get( i-- ), tbAnagram.getText() )) {" 2163 crosswordsage/MainScreen.java:116 c 1 private_void_jbInit:85 "mFile_Print.setText( "Print Crossword" );" "mFile_Print.setName( "Print Crossword" );" 2164 crosswordsage/PreferenceScreen.java:118 c 1 private_void_jbInit:78 "tbProxyName.setText( prefs.getProxy() );" "tbProxyName.setActionCommand( prefs.getProxy() );" 2165 crosswordsage/SolverGrid.java:31 m 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWordAcross() == selectedWord && s.getWordDown() == selectedWord) {" 2166 crosswordsage/Word.java:119 m 1 public_int_getClueIndex:117 "return clueIndex;" "return ~clueIndex;" 2167 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setEnabled( true );" 2168 crosswordsage/SolverGrid.java:28 m 1 public_void_validate:25 "crosswordsage.Square s = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s = (crosswordsage.Square) squares.get( i++ );" 2169 crosswordsage/WordSolverPanel.java:114 m 1 public_void_actionPerformed:106 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ~i < words.size(); i++) {" 2170 crosswordsage/SolverGrid.java:31 c 1 public_void_validate:25 "if (s.getWordAcross() == selectedWord || s.getWordDown() == selectedWord) {" "if (s.getWordDown() == selectedWord || s.getWordDown() == selectedWord) {" 2171 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (response >= JOptionPane.NO_OPTION) {" 2172 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getX() + word.getLength(); i++, letterIndex++) {" 2173 crosswordsage/SolverGrid.java:135 m 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null ^ s.getWord() != null) {" 2174 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (response <= JOptionPane.NO_OPTION) {" 2175 crosswordsage/CrosswordCompiler.java:320 m 1 private_void_jbInit:247 "vertBox.add( Box.createVerticalStrut( MARGIN_GAP ) );" "vertBox.add( Box.createVerticalStrut( ~MARGIN_GAP ) );" 2176 crosswordsage/CrosswordCompiler.java:413 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getClueIndex() == Word.DOWN) {" 2177 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getYPos() < startSquare.getY()) {" 2178 crosswordsage/Utilities.java:32 m 1 public_static_java.util.ArrayList_getMatches:25 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; i-- < s.length(); i++) {" 2179 crosswordsage/Grid.java:287 c 1 public_void_hiLightSelectedWord:282 "crosswordsage.Word w = (crosswordsage.Word) getSelectedWords().get( 0 );" "crosswordsage.Word w = (crosswordsage.Word) getSquares().get( 0 );" 2180 crosswordsage/Word.java:81 m 1 public_java.lang.String_getWord:78 "for (int i = 0; i < length; i++) {" "for (int i = 0; i < length--; i++) {" 2181 crosswordsage/Grid.java:218 m 1 public_boolean_getDoSelectStart:216 "return doSelectStart;" "return !doSelectStart;" 2182 crosswordsage/WordSolverPanel.java:70 c 1 private_void_jbInit:61 "jTextField1.setPreferredSize( new java.awt.Dimension( 100, 21 ) );" "jTextField1.setMaximumSize( new java.awt.Dimension( 100, 21 ) );" 2183 crosswordsage/Grid.java:108 m 1 public_void_CreateWord:96 "if (colStart == colEnd) {" "if (colStart == ++colEnd) {" 2184 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getXPos() && sq.getY() != startSquare.getY()) {" 2185 crosswordsage/MainScreen.java:391 m 1 public_void_actionPerformed:379 "if (e.getActionCommand() == "Instructions") {" "if (e.getActionCommand() != "Instructions") {" 2186 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response-- == JOptionPane.YES_OPTION) {" 2187 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (response != JOptionPane.YES_OPTION) {" 2188 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setOpaque( prefs.getCheckNewVersions() );" 2189 crosswordsage/Grid.java:288 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() >= Word.ACROSS) {" 2190 crosswordsage/Grid.java:344 c 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if (s.getLetter() == " " || s.getName() == "*" || s.getLetter() == "") {" 2191 crosswordsage/WordSolverPanel.java:109 c 1 public_void_actionPerformed:106 "jTextArea1.setText( "" );" "jTextArea1.setName( "" );" 2192 crosswordsage/CrosswordCompiler.java:303 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 2193 crosswordsage/Grid.java:208 m 1 public_void_setDoSelectStart:205 "doSelectStart = b;" "doSelectStart = !b;" 2194 crosswordsage/Grid.java:317 m 1 public_void_repopulateWords:309 "for (int j = 0; j < letters.size(); j++) {" "for (int j = 0; ++j < letters.size(); j++) {" 2195 crosswordsage/CrosswordCompiler.java:223 c 1 private_void_AddListeners:214 "java.util.ArrayList squares = grid.getSquares();" "java.util.ArrayList squares = grid.getSelectedWords();" 2196 crosswordsage/CrosswordCompiler.java:371 c 1 public_void_mouseClicked:369 "java.lang.String s = grid.getSelectedClue();" "java.lang.String s = grid.getUIClassID();" 2197 crosswordsage/CrosswordSolver.java:76 m 1 private_void_compileClues:68 "for (int i = 1; i < words.size(); i++) {" "for (int i = 1; i < words.size(); i--) {" 2198 crosswordsage/PreferenceScreen.java:90 c 1 private_void_jbInit:78 "cbUseProxy.setText( "Use proxy server" );" "cbUseProxy.setName( "Use proxy server" );" 2199 crosswordsage/SolverGrid.java:186 m 1 public_void_keyTyped:183 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() != '\b') {" 2200 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; i++ < length; i++) {" 2201 crosswordsage/MainScreen.java:31 c 0 NA "javax.swing.JMenu mHelp = new javax.swing.JMenu();" "javax.swing.JMenu mHelp;" 2202 crosswordsage/Word.java:34 c 0 NA "public static final int DOWN = 0;" "public final int DOWN = 0;" 2203 crosswordsage/Grid.java:242 c 1 public_java.lang.String_getSelectedClue:238 "s = selectedWord.getClue();" "s = selectedWord.getWord();" 2204 crosswordsage/Grid.java:58 m 1 public_void_setCrossword:53 "crosswordsage.Word word = (crosswordsage.Word) words.get( k );" "crosswordsage.Word word = (crosswordsage.Word) words.get( k++ );" 2205 crosswordsage/CrosswordSolver.java:145 m 1 private_void_AddListeners:140 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ++i < squares.size(); i++) {" 2206 crosswordsage/SolverGrid.java:72 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getWidth() ) );" 2207 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (++direction == Word.ACROSS) {" 2208 crosswordsage/Square.java:70 c 1 public_Square:51 "clueBox.setPreferredSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setMinimumSize( new java.awt.Dimension( 10, 10 ) );" 2209 crosswordsage/CrosswordCompiler.java:179 m 1 private_void_compileClues:166 "words.add( index1, w2 );" "words.add( -index1, w2 );" 2210 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getWordDirection()) {" 2211 crosswordsage/Square.java:31 c 0 NA "private crosswordsage.Word wordAcross = null;" "private crosswordsage.Word wordAcross;" 2212 crosswordsage/WordSolverPanel.java:115 m 1 public_void_actionPerformed:106 "jTextArea1.append( (java.lang.String) words.get( i ) );" "jTextArea1.append( (java.lang.String) words.get( i++ ) );" 2213 crosswordsage/MainScreen.java:107 c 1 private_void_jbInit:85 "mHelp_Instructions.setText( "Instructions" );" "mHelp_Instructions.setName( "Instructions" );" 2214 crosswordsage/CrosswordCompiler.java:405 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getClueIndex() == Word.ACROSS) {" 2215 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getXPos() != startSquare.getX() && sq.getY() != startSquare.getY()) {" 2216 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size, -size );" 2217 crosswordsage/CrosswordCompiler.java:309 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 2218 crosswordsage/Grid.java:298 m 1 public_void_hiLightSelectedWord:282 "crosswordsage.Square s = findSquare( i, w.getX() );" "crosswordsage.Square s = findSquare( ~i, w.getX() );" 2219 crosswordsage/SolverGrid.java:127 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getWordDirection() == -Word.ACROSS) {" 2220 crosswordsage/Grid.java:66 c 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.DOWN) {" "if (word.getY() == Word.DOWN) {" 2221 crosswordsage/MainScreen.java:105 c 1 private_void_jbInit:85 "mHelp_About.setActionCommand( "About" );" "mHelp_About.setLabel( "About" );" 2222 crosswordsage/Grid.java:344 m 1 public_void_repopulateWords:309 "if (s.getLetter() == " " || s.getLetter() == "*" || s.getLetter() == "") {" "if ((s.getLetter() == " " || s.getLetter() == "*") ^ s.getLetter() == "") {" 2223 crosswordsage/SolverGrid.java:149 c 1 public_void_mouseClicked:146 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWordAcross();" 2224 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setVisible( cbUseProxy.isSelected() );" 2225 crosswordsage/SolverGrid.java:108 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 2226 crosswordsage/Grid.java:136 c 1 public_void_CreateWord:96 "word.addLetter( s.getLetter(), letterIndex );" "word.addLetter( s.getToolTipText(), letterIndex );" 2227 crosswordsage/Grid.java:115 m 1 public_void_CreateWord:96 "if (direction == Word.ACROSS) {" "if (direction-- == Word.ACROSS) {" 2228 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getComponentCount() );" 2229 crosswordsage/PreferenceScreen.java:115 c 1 private_void_jbInit:78 "cbNewerVersions.setSelected( prefs.getCheckNewVersions() );" "cbNewerVersions.setFocusTraversalKeysEnabled( prefs.getCheckNewVersions() );" 2230 crosswordsage/PreferenceScreen.java:128 c 1 private_void_enableProxyOptions:124 "tbProxyPort.setEnabled( cbUseProxy.isSelected() );" "tbProxyPort.setInheritsPopupMenu( cbUseProxy.isSelected() );" 2231 crosswordsage/Grid.java:505 c 1 public_void_keyTyped:490 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getLength() == Word.DOWN) {" 2232 crosswordsage/CrosswordCompiler.java:416 c 1 public_void_mouseClicked:398 "if (sq.getWordAcross() != null) {" "if (sq.getWord() != null) {" 2233 crosswordsage/Word.java:60 c 1 public_void_setFormat:58 "format = s;" "format = clue;" 2234 crosswordsage/WordSolverPanel.java:84 c 1 private_void_jbInit:61 "tbAnagram.setPreferredSize( new java.awt.Dimension( 50, 21 ) );" "tbAnagram.setMaximumSize( new java.awt.Dimension( 50, 21 ) );" 2235 crosswordsage/CrosswordCompiler.java:149 c 1 public_void_print:143 "cp.setTitle( title );" "cp.setAcrossClues( title );" 2236 crosswordsage/SolverGrid.java:100 c 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getY() == Word.ACROSS) {" 2237 crosswordsage/CrosswordCompiler.java:405 c 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getX() == Word.ACROSS) {" 2238 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i + 1 );" 2239 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getWordDirection() < w1.getClueIndex()) {" 2240 crosswordsage/CrosswordCompiler.java:400 c 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getButton() == 2) {" 2241 crosswordsage/MainScreen.java:331 m 1 private_void_basicClose:328 "if (i == JOptionPane.YES_OPTION) {" "if (~i == JOptionPane.YES_OPTION) {" 2242 crosswordsage/SolverGrid.java:82 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.DOWN) {" "if (wa.getWordDirection() < Word.DOWN) {" 2243 crosswordsage/Grid.java:503 c 1 public_void_keyTyped:490 "w.addLetter( s, selectedSquare.getLetterIndexAcross() );" "w.addLetter( s, selectedSquare.getHeight() );" 2244 crosswordsage/SolverGrid.java:67 m 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getWordDirection() == -Word.ACROSS) {" 2245 crosswordsage/SolverGrid.java:68 c 1 public_void_revealWord:60 "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexAcross() ) );" "java.lang.String answerLetter = String.valueOf( wd.getWord().charAt( s.getLetterIndexDown() ) );" 2246 crosswordsage/CrosswordSolver.java:88 m 1 private_void_compileClues:68 "for (int i = 0; i < words.size(); i++) {" "for (int i = 0; ++i < words.size(); i++) {" 2247 crosswordsage/Crossword.java:29 c 0 NA "private boolean isEditable;" "private static boolean isEditable;" 2248 crosswordsage/CrosswordSolver.java:183 c 1 private_void_jbInit:167 "grid.setMinimumSize( new java.awt.Dimension( 500, 500 ) );" "grid.setMaximumSize( new java.awt.Dimension( 500, 500 ) );" 2249 crosswordsage/CrosswordSolver.java:19 c 0 NA "private java.util.ArrayList clues;" "private static java.util.ArrayList clues;" 2250 crosswordsage/PreferenceScreen.java:91 c 1 private_void_jbInit:78 "tbUserName.setText( "" );" "tbUserName.setName( "" );" 2251 crosswordsage/Grid.java:167 c 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (!s.getInheritsPopupMenu()) {" 2252 crosswordsage/Grid.java:59 m 1 public_void_setCrossword:53 "if (word.getWordDirection() == Word.ACROSS) {" "if (word.getWordDirection() > Word.ACROSS) {" 2253 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPort() ) );" 2254 crosswordsage/PreferenceScreen.java:136 c 1 private_void_save:132 "prefs.setProxy( tbProxyName.getText() );" "prefs.setProxyPort( tbProxyName.getText() );" 2255 crosswordsage/Square.java:56 c 1 public_Square:51 "this.yPos = yPos;" "yPos = yPos;" 2256 crosswordsage/CrosswordCompiler.java:405 m 1 public_void_mouseClicked:398 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 2257 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getClueIndex() + word.getLength(); i++, letterIndex++) {" 2258 crosswordsage/Grid.java:67 c 1 public_void_setCrossword:53 "for (int i = word.getY(), letterIndex = 0; i < word.getY() + word.getLength(); i++, letterIndex++) {" "for (int i = word.getY(), letterIndex = 0; i < word.getLength() + word.getLength(); i++, letterIndex++) {" 2259 crosswordsage/Square.java:141 m 1 public_void_setClueNumber:139 "lblClue.setText( String.valueOf( i ) );" "lblClue.setText( String.valueOf( -i ) );" 2260 crosswordsage/CrosswordCompiler.java:279 c 1 private_void_jbInit:247 "jScrollPane1.setPreferredSize( new java.awt.Dimension( 100, 200 ) );" "jScrollPane1.setMaximumSize( new java.awt.Dimension( 100, 200 ) );" 2261 crosswordsage/Grid.java:99 c 1 public_void_CreateWord:96 "int colStart = startSquare.getYPos();" "int colStart = startSquare.getWidth();" 2262 crosswordsage/Grid.java:101 c 1 public_void_CreateWord:96 "int colEnd = endSquare.getYPos();" "int colEnd = endSquare.getHeight();" 2263 crosswordsage/MainScreen.java:221 m 1 protected_void_showCrosswordBuilder:216 "if (size >= 2 && size <= 20) {" "if (++size >= 2 && size <= 20) {" 2264 crosswordsage/CrosswordCompiler.java:198 c 1 private_void_compileClues:166 "downClues.append( w.getClue() + " (" + format + ")\n" );" "downClues.append( w.getWord() + " (" + format + ")\n" );" 2265 crosswordsage/MainScreen.java:127 c 1 private_void_jbInit:85 "mEdit_Split.setText( "Split Word" );" "mEdit_Split.setLabel( "Split Word" );" 2266 crosswordsage/Grid.java:429 c 1 public_void_mouseClicked:389 "selectedWord = selectedSquare.getNextWord();" "selectedWord = selectedSquare.getWord();" 2267 crosswordsage/SolverGrid.java:67 c 1 public_void_revealWord:60 "if (wd.getWordDirection() == Word.ACROSS) {" "if (wd.getX() == Word.ACROSS) {" 2268 crosswordsage/CrosswordSolver.java:187 c 1 private_void_jbInit:167 "jList1.setMinimumSize( new java.awt.Dimension( 2, 17 ) );" "jList1.setMaximumSize( new java.awt.Dimension( 2, 17 ) );" 2269 crosswordsage/CrosswordCompiler.java:52 c 0 NA "private javax.swing.JTextPane clueTextPane = new javax.swing.JTextPane();" "private static javax.swing.JTextPane clueTextPane = new javax.swing.JTextPane();" 2270 crosswordsage/SolverGrid.java:127 c 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getLength() == Word.ACROSS) {" 2271 crosswordsage/WordSolverPanel.java:224 m 1 public_java.util.ArrayList_getMatches:197 "if (result) {" "if (!result) {" 2272 crosswordsage/Grid.java:138 c 1 public_void_CreateWord:96 "if (s.getWordAcross() != null) {" "if (s.getNextWord() != null) {" 2273 crosswordsage/PreferenceScreen.java:129 c 1 private_void_enableProxyOptions:124 "tbUserName.setEnabled( cbUseProxy.isSelected() );" "tbUserName.setFocusTraversalPolicyProvider( cbUseProxy.isSelected() );" 2274 crosswordsage/CrosswordCompiler.java:354 c 1 public_void_actionPerformed:332 "clueTextPane.setText( grid.getSelectedClue() );" "clueTextPane.setContentType( grid.getSelectedClue() );" 2275 crosswordsage/PreferenceScreen.java:138 c 1 private_void_save:132 "prefs.setProxyPort( tbProxyPort.getText() );" "prefs.setProxyPort( tbProxyPort.getUIClassID() );" 2276 crosswordsage/CrosswordSolver.java:92 c 1 private_void_compileClues:68 "format = w.getFormat();" "format = w.getWord();" 2277 crosswordsage/MainScreen.java:19 c 0 NA "protected javax.swing.JMenuBar jMenuBar1 = new javax.swing.JMenuBar();" "protected static javax.swing.JMenuBar jMenuBar1 = new javax.swing.JMenuBar();" 2278 crosswordsage/Square.java:155 m 1 public_void_setWord:153 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() < Word.ACROSS) {" 2279 crosswordsage/SolverGrid.java:98 c 1 public_void_checkSolution:92 "crosswordsage.Word w = s.getWord();" "crosswordsage.Word w = s.getWordDown();" 2280 crosswordsage/Grid.java:493 m 1 public_void_keyTyped:490 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() >= '\b') {" 2281 crosswordsage/Square.java:178 m 1 public_crosswordsage.Word_getNextWord:176 "if (!isBlank) {" "if (isBlank) {" 2282 crosswordsage/WordSolverPanel.java:28 c 0 NA "private javax.swing.JScrollPane jScrollPane1 = null;" "private static javax.swing.JScrollPane jScrollPane1 = null;" 2283 crosswordsage/MainScreen.java:309 m 1 private_void_checkSave:304 "if (response == JOptionPane.YES_OPTION) {" "if (++response == JOptionPane.YES_OPTION) {" 2284 crosswordsage/CrosswordSolver.java:196 c 1 private_void_jbInit:167 "clueTextPane.setEditable( false );" "clueTextPane.setIgnoreRepaint( false );" 2285 crosswordsage/CrosswordSolver.java:25 c 0 NA "private javax.swing.Box topBox;" "private static javax.swing.Box topBox;" 2286 crosswordsage/CrosswordSolver.java:243 c 1 public_void_mouseClicked:239 "clueTextPane.setText( s );" "clueTextPane.setToolTipText( s );" 2287 crosswordsage/CrosswordCompiler.java:283 c 1 private_void_jbInit:247 "btnSuggestWords.setText( "Suggest Word" );" "btnSuggestWords.setLabel( "Suggest Word" );" 2288 crosswordsage/CrosswordCompiler.java:298 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP-- ) );" 2289 crosswordsage/CrosswordCompiler.java:298 m 1 private_void_jbInit:247 "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "clueBox.add( Box.createHorizontalStrut( MARGIN_GAP++ ) );" 2290 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getComponentCount()) {" 2291 crosswordsage/Grid.java:289 m 1 public_void_hiLightSelectedWord:282 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); --i < w.getX() + w.getLength(); i++) {" 2292 crosswordsage/CrosswordCompiler.java:176 m 1 private_void_compileClues:166 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( -i );" 2293 crosswordsage/CrosswordCompiler.java:263 c 1 private_void_jbInit:247 "btnGetClue.setPreferredSize( new java.awt.Dimension( 100, 27 ) );" "btnGetClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" 2294 crosswordsage/CrosswordSolver.java:130 m 1 private_void_sortClueList:120 "crosswordsage.Word w2 = (crosswordsage.Word) words.get( i );" "crosswordsage.Word w2 = (crosswordsage.Word) words.get( ~i );" 2295 crosswordsage/CrosswordCompiler.java:262 c 1 private_void_jbInit:247 "btnGetClue.setMaximumSize( new java.awt.Dimension( 100, 27 ) );" "btnGetClue.setMinimumSize( new java.awt.Dimension( 100, 27 ) );" 2296 crosswordsage/SolverGrid.java:129 m 1 public_crosswordsage.Square_getNextSquare:125 "if (s != null && s.getWord() != null) {" "if (s != null || s.getWord() != null) {" 2297 crosswordsage/CrosswordSolver.java:145 m 1 private_void_AddListeners:140 "for (int i = 0; i < squares.size(); i++) {" "for (int i = 0; ~i < squares.size(); i++) {" 2298 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getX() );" 2299 crosswordsage/Grid.java:230 m 1 public_crosswordsage.Square_findSquare:226 "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( i );" "crosswordsage.Square s2 = (crosswordsage.Square) squares.get( -i );" 2300 crosswordsage/Grid.java:85 m 1 public_void_Build:82 "for (int j = 0; j < crossword.getWidth(); j++) {" "for (int j = 0; j-- < crossword.getWidth(); j++) {" 2301 crosswordsage/Square.java:72 c 1 public_Square:51 "clueBox.setMaximumSize( new java.awt.Dimension( 10, 10 ) );" "clueBox.setSize( new java.awt.Dimension( 10, 10 ) );" 2302 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (response == -JOptionPane.YES_OPTION) {" 2303 crosswordsage/MainScreen.java:100 c 1 private_void_jbInit:85 "mTools_Solve.setBackground( new java.awt.Color( 199, 223, 236 ) );" "mTools_Solve.setForeground( new java.awt.Color( 199, 223, 236 ) );" 2304 crosswordsage/CrosswordCompiler.java:201 c 1 private_void_compileClues:166 "acrossClues.append( w.getClueIndex() + ". " );" "acrossClues.append( w.getX() + ". " );" 2305 crosswordsage/CrosswordCompiler.java:177 c 1 private_void_compileClues:166 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getClueIndex() < w1.getY()) {" 2306 crosswordsage/Grid.java:415 c 1 public_void_mouseClicked:389 "if (sq.getX() != startSquare.getX() && sq.getY() != startSquare.getY()) {" "if (sq.getX() != startSquare.getWidth() && sq.getY() != startSquare.getY()) {" 2307 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordDown().addLetter( s.getLetter(), s.getXPos() );" 2308 crosswordsage/MainScreen.java:109 c 1 private_void_jbInit:85 "mFile.setText( "File" );" "mFile.setName( "File" );" 2309 crosswordsage/Grid.java:357 m 1 public_void_repopulateWords:309 "if (j == 0) {" "if (j-- == 0) {" 2310 crosswordsage/CrosswordCompiler.java:194 c 1 private_void_compileClues:166 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getClueIndex() );" 2311 crosswordsage/CrosswordSolver.java:133 m 1 private_void_sortClueList:120 "words.add( index1, w2 );" "words.add( index1--, w2 );" 2312 crosswordsage/CrosswordCompiler.java:400 c 1 public_void_mouseClicked:398 "if (e.getClickCount() == 2) {" "if (e.getY() == 2) {" 2313 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getX() || sq.getLetterIndexAcross() < startSquare.getY()) {" 2314 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = colEnd - colStart-- + 1;" 2315 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getXPos() || sq.getY() < startSquare.getY()) {" 2316 crosswordsage/CrosswordSolver.java:94 c 1 private_void_compileClues:68 "format = String.valueOf( w.getLength() );" "format = String.valueOf( w.getY() );" 2317 crosswordsage/Grid.java:392 c 1 public_void_mouseClicked:389 "if (selectedSquare.getIsBlank()) {" "if (selectedSquare.getVerifyInputWhenFocusTarget()) {" 2318 crosswordsage/CrosswordCompiler.java:200 m 1 private_void_compileClues:166 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() <= Word.ACROSS) {" 2319 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (response++ == JOptionPane.NO_OPTION) {" 2320 crosswordsage/CrosswordCompiler.java:175 m 1 private_void_compileClues:166 "crosswordsage.Word w1 = (crosswordsage.Word) words.get( i - 1 );" "crosswordsage.Word w1 = (crosswordsage.Word) words.get( ++i - 1 );" 2321 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( size, --size );" 2322 crosswordsage/Square.java:158 c 1 public_void_setWord:153 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getX() == Word.DOWN) {" 2323 crosswordsage/Word.java:109 m 1 public_int_getY:107 "return y;" "return -y;" 2324 crosswordsage/SolverGrid.java:32 c 1 public_void_validate:25 "s.setBackground( Color.PINK );" "s.setForeground( Color.PINK );" 2325 crosswordsage/Grid.java:296 m 1 public_void_hiLightSelectedWord:282 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() == -Word.DOWN) {" 2326 crosswordsage/CrosswordCompiler.java:417 c 1 public_void_mouseClicked:398 "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexAcross() );" "sq.getWordAcross().addLetter( sq.getLetter(), sq.getLetterIndexDown() );" 2327 crosswordsage/CrosswordSolver.java:33 c 0 NA "private javax.swing.JScrollPane jScrollPane1 = new javax.swing.JScrollPane();" "private javax.swing.JScrollPane jScrollPane1;" 2328 crosswordsage/MainScreen.java:116 c 1 private_void_jbInit:85 "mFile_Print.setText( "Print Crossword" );" "mFile_Print.setLabel( "Print Crossword" );" 2329 crosswordsage/Grid.java:171 c 1 public_void_setClueNumbers:156 "if (w.getClueIndex() == 0) {" "if (w.getX() == 0) {" 2330 crosswordsage/Square.java:284 m 1 public_void_setFontSize:282 "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, i ) );" "lblLetter.setFont( new java.awt.Font( "Arial", Font.BOLD, i-- ) );" 2331 crosswordsage/Grid.java:318 m 1 public_void_repopulateWords:309 "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j );" "crosswordsage.Square s = findSquare( w.getY(), w.getX() + j-- );" 2332 crosswordsage/SolverGrid.java:100 m 1 public_void_checkSolution:92 "if (w.getWordDirection() == Word.ACROSS) {" "if (w.getWordDirection() > Word.ACROSS) {" 2333 crosswordsage/Grid.java:104 m 1 public_void_CreateWord:96 "if (rowStart == rowEnd) {" "if (rowStart-- == rowEnd) {" 2334 crosswordsage/MainScreen.java:105 c 1 private_void_jbInit:85 "mHelp_About.setActionCommand( "About" );" "mHelp_About.setName( "About" );" 2335 crosswordsage/SolverGrid.java:22 c 1 public_SolverGrid:20 "super( cw );" "// super( cw );" 2336 crosswordsage/SolverGrid.java:78 m 1 public_void_revealWord:60 "if (wa.getWordDirection() == Word.ACROSS) {" "if (wa.getWordDirection() < Word.ACROSS) {" 2337 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setFocusTraversalKeysEnabled( false );" 2338 crosswordsage/PreferenceScreen.java:119 c 1 private_void_jbInit:78 "tbProxyPort.setText( prefs.getProxyPort() );" "tbProxyPort.setToolTipText( prefs.getProxyPort() );" 2339 crosswordsage/CrosswordSolver.java:131 c 1 private_void_sortClueList:120 "if (w2.getClueIndex() < w1.getClueIndex()) {" "if (w2.getX() < w1.getClueIndex()) {" 2340 crosswordsage/CrosswordSolver.java:133 m 1 private_void_sortClueList:120 "words.add( index1, w2 );" "words.add( ~index1, w2 );" 2341 crosswordsage/CrosswordCompiler.java:277 c 1 private_void_jbInit:247 "jScrollPane1.setAutoscrolls( true );" "jScrollPane1.setVerifyInputWhenFocusTarget( true );" 2342 crosswordsage/CrosswordCompiler.java:406 c 1 public_void_mouseClicked:398 "for (int i = w.getX(); i < w.getX() + w.getLength(); i++) {" "for (int i = w.getX(); i < w.getX() + w.getClueIndex(); i++) {" 2343 crosswordsage/Word.java:141 m 1 private_void_syncLetters:137 "letters.set( i, String.valueOf( c ) );" "letters.set( i--, String.valueOf( c ) );" 2344 crosswordsage/WordSolverPanel.java:165 m 1 public_java.util.ArrayList_getAnagrams:160 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; ++i < s.length(); i++) {" 2345 crosswordsage/Utilities.java:33 m 1 public_static_java.util.ArrayList_getMatches:25 "if (s.charAt( i ) == '*' || s.charAt( i ) == ' ') {" "if (s.charAt( i ) == '*' ^ s.charAt( i ) == ' ') {" 2346 crosswordsage/CrosswordCompiler.java:256 c 1 private_void_jbInit:247 "boxButtons.setBackground( new java.awt.Color( 199, 223, 236 ) );" "boxButtons.setForeground( new java.awt.Color( 199, 223, 236 ) );" 2347 crosswordsage/SolverGrid.java:128 c 1 public_crosswordsage.Square_getNextSquare:125 "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getYPos() + 1 );" "crosswordsage.Square s = findSquare( selectedSquare.getXPos(), selectedSquare.getHeight() + 1 );" 2348 crosswordsage/CrosswordCompiler.java:307 m 1 private_void_jbInit:247 "boxButtons.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "boxButtons.add( Box.createHorizontalStrut( -MARGIN_GAP ) );" 2349 crosswordsage/MainScreen.java:222 m 1 protected_void_showCrosswordBuilder:216 "cc = new crosswordsage.CrosswordCompiler( size, size );" "cc = new crosswordsage.CrosswordCompiler( -size, size );" 2350 crosswordsage/Grid.java:167 c 1 public_void_setClueNumbers:156 "if (!s.getIsBlank()) {" "if (!s.getAutoscrolls()) {" 2351 crosswordsage/Word.java:89 m 1 public_int_getWordDirection:87 "return wordDirection;" "return wordDirection--;" 2352 crosswordsage/Grid.java:125 c 1 public_void_CreateWord:96 "s.getWordDown().addLetter( s.getLetter(), s.getLetterIndexDown() );" "s.getWordAcross().addLetter( s.getLetter(), s.getLetterIndexDown() );" 2353 crosswordsage/Word.java:139 m 1 private_void_syncLetters:137 "for (int i = 0; i < length; i++) {" "for (int i = 0; ~i < length; i++) {" 2354 crosswordsage/MainScreen.java:268 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.NO_OPTION) {" "if (response < JOptionPane.NO_OPTION) {" 2355 crosswordsage/CrosswordSolver.java:126 m 1 private_void_sortClueList:120 "while (keepLooping) {" "while (!keepLooping) {" 2356 crosswordsage/Crossword.java:25 c 0 NA "private int width;" "private static int width;" 2357 crosswordsage/CrosswordCompiler.java:295 c 1 private_void_jbInit:247 "clueTextPane.setEditable( false );" "clueTextPane.setFocusCycleRoot( false );" 2358 crosswordsage/WordSolverPanel.java:40 c 0 NA "private javax.swing.Box box3 = Box.createHorizontalBox();" "private javax.swing.Box box3;" 2359 crosswordsage/Grid.java:68 m 1 public_void_setCrossword:53 "crosswordsage.Square s = findSquare( i, word.getX() );" "crosswordsage.Square s = findSquare( -i, word.getX() );" 2360 crosswordsage/Grid.java:121 m 1 public_void_CreateWord:96 "if (s.getLetter() != "") {" "if (s.getLetter() == "") {" 2361 crosswordsage/Word.java:124 m 1 public_int_getLength:122 "return length;" "return length++;" 2362 crosswordsage/MainScreen.java:270 m 1 protected_void_publishCrossword:265 "if (response == JOptionPane.YES_OPTION) {" "if (~response == JOptionPane.YES_OPTION) {" 2363 crosswordsage/Grid.java:261 c 1 private_void_blankSquares:257 "s.setBackground( Color.BLACK );" "s.setForeground( Color.BLACK );" 2364 crosswordsage/WordSolverPanel.java:202 m 1 public_java.util.ArrayList_getMatches:197 "for (int i = 0; i < s.length(); i++) {" "for (int i = 0; ~i < s.length(); i++) {" 2365 crosswordsage/CrosswordCompiler.java:401 c 1 public_void_mouseClicked:398 "java.lang.String s = (java.lang.String) jList1.getSelectedValue();" "java.lang.String s = (java.lang.String) jList1.getPrototypeCellValue();" 2366 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = (colEnd - colStart) * 1;" 2367 crosswordsage/Word.java:141 m 1 private_void_syncLetters:137 "letters.set( i, String.valueOf( c ) );" "letters.set( ~i, String.valueOf( c ) );" 2368 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getComponentCount() < startSquare.getX() || sq.getY() < startSquare.getY()) {" 2369 crosswordsage/PreferenceScreen.java:127 c 1 private_void_enableProxyOptions:124 "tbProxyName.setEnabled( cbUseProxy.isSelected() );" "tbProxyName.setOpaque( cbUseProxy.isSelected() );" 2370 crosswordsage/Grid.java:31 c 0 NA "private boolean doSelectEnd = false;" "private boolean doSelectEnd;" 2371 crosswordsage/MainScreen.java:290 c 1 protected_void_checkNewVersions:287 "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyUserName(), prefs.getProxyPassword() ) );" "java.lang.Thread vcThread = new java.lang.Thread( new crosswordsage.VersionChecker( VERSION_NUMBER, prefs.getProxy(), prefs.getProxyPort(), prefs.getProxyPort(), prefs.getProxyPassword() ) );" 2372 crosswordsage/Grid.java:106 m 1 public_void_CreateWord:96 "length = colEnd - colStart + 1;" "length = --colEnd - colStart + 1;" 2373 crosswordsage/SolverGrid.java:186 m 1 public_void_keyTyped:183 "if (e.getKeyChar() == '\b') {" "if (e.getKeyChar() > '\b') {" 2374 crosswordsage/SolverGrid.java:30 c 1 public_void_validate:25 "s.setBackground( Color.WHITE );" "s.setForeground( Color.WHITE );" 2375 crosswordsage/Grid.java:341 m 1 public_void_repopulateWords:309 "if (w.getWordDirection() == Word.DOWN) {" "if (w.getWordDirection() >= Word.DOWN) {" 2376 crosswordsage/SolverGrid.java:127 m 1 public_crosswordsage.Square_getNextSquare:125 "if (selectedWord.getWordDirection() == Word.ACROSS) {" "if (selectedWord.getWordDirection() != Word.ACROSS) {" 2377 crosswordsage/Grid.java:418 c 1 public_void_mouseClicked:389 "if (sq.getX() < startSquare.getX() || sq.getY() < startSquare.getY()) {" "if (sq.getX() < startSquare.getWidth() || sq.getY() < startSquare.getY()) {" 2378 crosswordsage/CrosswordSolver.java:203 m 1 private_void_jbInit:167 "topBox.add( Box.createHorizontalStrut( MARGIN_GAP ) );" "topBox.add( Box.createHorizontalStrut( ~MARGIN_GAP ) );"